mushencc 3 tahun lalu
induk
melakukan
9bfef740cd
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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)