fix 代码生成选择上级菜单bug

This commit is contained in:
不做码农
2021-11-28 17:40:43 +08:00
parent 81a91f13b6
commit aaff546de4
8 changed files with 28 additions and 16 deletions

View File

@@ -170,7 +170,6 @@ export default {
if (res.code === 200) {
this.preview.open = true;
this.preview.data = res.data;
console.log(res);
}
});
},