company/src/components/business/modification.vue
@@ -10,7 +10,6 @@ <el-table v-if="form.solutionList && form.solutionList.length>0" :data="form.solutionList" border border style="width: 100%"> <el-table-column label="序号" @@ -124,9 +123,10 @@ if (item.id === e) { baseId = item.baseId this.form.solutionList[index].solution.type = item.type if(item.type == 1){ // console.log(item.type) // if(item.type == 1){ this.form.solutionList[index].shopId =item.shopId } // } } })