src/views/work/marketingManagement/contractManagement/contractChange/components/editDialog.vue
@@ -532,11 +532,10 @@ } const selectValueCom = (val) => { state.form.contractId = null state.form.registrantId = null state.form.legalPerson = null state.companyList.forEach(item => { if(item.name === val){ state.form.companyId = item.id @@ -545,7 +544,6 @@ getContractList() getPeopleList() } const addProductTable = () => { state.form.contractReviewRequires.push({})