mushencc 3 éve
szülő
commit
9bfef740cd
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      src/views/PurchasingManage/PurchasingOrder/edit.vue

+ 0 - 1
src/views/PurchasingManage/PurchasingOrder/edit.vue

@@ -893,7 +893,6 @@ export default {
     handleProjectSelect () {
       this.searchData.residential_name = this.currentChoose.residential_name
       this.searchData.order_no = this.currentChoose.order_no
-      this.tableData[0].residential_name = this.currentChoose.residential_name
       this.tableData.map((item,index)=>{
         item.residential_name = this.currentChoose.residential_name
         this.tableData.splice(index,1,item)