zhouwx
2025-11-07 a6a7a4e83171181477a99d429b01c3b73cb0be2d
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({})