|
|
@@ -303,6 +303,19 @@
|
|
|
: this.info.positionList[0]
|
|
|
// positionIds: typeof this.info.category.categoryLevelPathId == 'string'? this.info.category.categoryLevelPathId : JSON.parse(this.info.category.categoryLevelPathId).join(',')
|
|
|
};
|
|
|
+ //============================
|
|
|
+ params.extInfo = {
|
|
|
+ ownershipGroupId: this.info.ownershipGroupId,
|
|
|
+ fixCode: this.info.fixCode,
|
|
|
+ codeNumber: this.info.codeNumber
|
|
|
+ };
|
|
|
+ let obj = {};
|
|
|
+ params.extInfoSelf.forEach((item) => {
|
|
|
+ obj[item.key] = item.value;
|
|
|
+ });
|
|
|
+ params.extInfoSelf = obj;
|
|
|
+ params = { ...params, ...params.extInfo };
|
|
|
+ //============================
|
|
|
this.btnLoading = true;
|
|
|
this.$refs['formCustom'].validate((valid) => {
|
|
|
if (valid) {
|