Source/UBCS-WEB/src/components/FormTemplate/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Source/UBCS-WEB/src/components/FormTemplate/index.vue
@@ -253,7 +253,7 @@ openDialog() { //新增和修改共同调用(有改动 不需要在使用edit,方法没什么影响) this.getFormTemplate(); if (this.type === "add" || (this.type !== "add" && this.status === "amend")) { if (this.type === "add") { this.getCodeRule(); return; }