田源
2024-08-22 b3042224aa7a288fc996cd2542e777362abbc9f6
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;
      }
@@ -639,7 +639,7 @@
        };
      } else if (item.secType == "coderefersec") {
        //引用码段
        params = JSON.parse(item.referValueInfo);
        params = JSON.parse(item.referValueInfo || item.referConfig);
      }
      return params;
    },