wangting
2023-11-30 1b597faaf151abacf0e0909f5521d3ee2e54d39d
Source/UBCS-WEB/src/components/FormTemplate/index.vue
@@ -251,7 +251,7 @@
  methods: {
    openDialog() {
      this.getFormTemplate();
      if (this.type === "add") {
      if (this.type === "add" || this.status === "amend") {
        this.getCodeRule();
      }
    },
@@ -319,7 +319,7 @@
          that.secVOList = (res.data.data.secVOList || []).filter((item) =>
            typeList.includes(item.secType)
          );
          if (that.secVOList.length > 0 && that.type === "add") {
          if ((that.secVOList.length > 0 && that.type === "add") || that.status === "amend") {
            that.showCodeApply = true;
            that.activeName = "codeApply";