代码生成优化

This commit is contained in:
雪忆天堂
2021-05-25 16:27:41 +08:00
committed by Gitee
parent d855fd67b4
commit d0cc511bbc
2 changed files with 2 additions and 2 deletions

View File

@@ -532,7 +532,7 @@ export default {
}).then(() => { }).then(() => {
this.getList(); this.getList();
this.msgSuccess("删除成功"); this.msgSuccess("删除成功");
}) }).catch((err)=>{})
} }
} }
}; };

View File

@@ -587,7 +587,7 @@ export default {
}).then(() => { }).then(() => {
this.getList(); this.getList();
this.msgSuccess("删除成功"); this.msgSuccess("删除成功");
}) }).catch((err)=>{})
}, },
#if($table.sub) #if($table.sub)
/** ${subTable.functionName}序号 */ /** ${subTable.functionName}序号 */