fujunling
2023-07-05 8b84ae66e05d83d4aa9c09de0fa89513fc5cfb3b
Source/UBCS-WEB/src/components/BatchImport/index.vue
@@ -148,9 +148,15 @@
          classifyAttr: this.classifyAttr,
        };
      } else if (this.type === "batchImportApply") {
        const secDTOList = this.localSecVOList.map(item => {
            return {
              secOid: item.oid,
              secValue: this.codeApplyForm[item.id]
            }
          })
        return {
          codeClassifyOid: this.codeClassifyOid,
          secDTOList: this.secDTOList,
          secDTOList: JSON.stringify(secDTOList),
          ...this.codeApplyForm,
        };
      } else if (this.type === "batchApplyCode") {