代码生成新增单选按钮动态绑定数据

This commit is contained in:
不做码农
2021-11-27 18:43:14 +08:00
parent 250a9a9847
commit 6433861fe7
8 changed files with 88 additions and 62 deletions

View File

@@ -184,7 +184,7 @@ export default {
// treeParentCode: genTable.treeParentCode,
// parentMenuId: genTable.parentMenuId,
// };
console.log(JSON.stringify(genTable));
// console.log(JSON.stringify(genTable));
updateGenTable(genTable).then((res) => {
this.msgSuccess(res.msg);
if (res.code === 200) {

View File

@@ -166,7 +166,6 @@ export default {
},
// 代码预览
handlePreview(row) {
// this.msgError("敬请期待");
previewTable(row.tableId).then((res) => {
if (res.code === 200) {
this.preview.open = true;