瀏覽代碼

采购单

mushencc 3 年之前
父節點
當前提交
9bfef740cd
共有 1 個文件被更改,包括 0 次插入1 次删除
  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)