zhouwx
2025-10-14 9012c6da4622ae1548efc9c02a635a6ce78d8f30
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({})