|
|
@ -726,9 +726,6 @@ export default { |
|
|
this.formData.secondIdList = this.eventTypeCheck |
|
|
this.formData.secondIdList = this.eventTypeCheck |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
console.log("formData.agencyId1:"); |
|
|
|
|
|
console.log(this.formData.agencyId); |
|
|
|
|
|
|
|
|
|
|
|
const { pageSize, pageNo, formData } = this; |
|
|
const { pageSize, pageNo, formData } = this; |
|
|
// 创建新的 formData 对象,保留原始值 |
|
|
// 创建新的 formData 对象,保留原始值 |
|
|
const newFormData = { ...formData }; |
|
|
const newFormData = { ...formData }; |
|
|
@ -758,8 +755,6 @@ export default { |
|
|
} else { |
|
|
} else { |
|
|
this.$message.error(msg); |
|
|
this.$message.error(msg); |
|
|
} |
|
|
} |
|
|
console.log("formData.agencyId2:"); |
|
|
|
|
|
console.log(this.formData.agencyId); |
|
|
|
|
|
}, |
|
|
}, |
|
|
async getCateOptions() { |
|
|
async getCateOptions() { |
|
|
const url = "/governance/icEvent/getCategoryTree"; |
|
|
const url = "/governance/icEvent/getCategoryTree"; |
|
|
|