代码生成新增单选按钮动态绑定数据
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -166,7 +166,6 @@ export default {
|
||||
},
|
||||
// 代码预览
|
||||
handlePreview(row) {
|
||||
// this.msgError("敬请期待");
|
||||
previewTable(row.tableId).then((res) => {
|
||||
if (res.code === 200) {
|
||||
this.preview.open = true;
|
||||
|
||||
Reference in New Issue
Block a user