田源
2023-12-08 87ba3b8de4f19bada035d81daff9c723d2131083
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;
      }