fujunling
2023-07-03 6dfff8368e1202b6c049e42022325a6e8e66faad
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;
    },