田源
2023-06-30 3e35833e70a7532d4ae8da0dcd905627230f2b2c
Source/UBCS-WEB/src/mixins/codeApply.js
@@ -41,7 +41,9 @@
    }
  },
  created() {
    this.getCodeRule()
    if (this.type === 'batchImportApply') {
      this.getCodeRule()
    }
  },
  methods: {
    // 获取码值申请数据
@@ -122,7 +124,7 @@
          },
        };
      } else if (item.secType == "coderefersec") {
        params = JSON.parse(item.referConfig);
        params = JSON.parse(item.referValueInfo);
      }
      return params;
    },