多体系建设信息化条统-前端
zhouwx
2025-10-21 6f3e8f67a3f59e8d5ad624a5a12dc723b45cf60e
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({})