田源
2023-12-08 87ba3b8de4f19bada035d81daff9c723d2131083
整合代码
已修改1个文件
2 ■■■ 文件已修改
Source/UBCS-WEB/src/components/FormTemplate/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | 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;
      }