zhouwx
2025-09-23 9fdacd08e16d567d3291288c5d20ea4ec612911f
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({})