소스 검색

修改库区请求重复的问题

Qukatie 1 년 전
부모
커밋
1820402c23
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/views/Warehousing/stockTransfer/AddOrUpdate.vue

+ 3 - 3
src/views/Warehousing/stockTransfer/AddOrUpdate.vue

@@ -4636,9 +4636,9 @@ export default {
           this.approvalStatus = true;
           this.browseStatus = false;
         }
-        tWarehouseListPage(this.form.fWarehouseid).then((response) => {
-            this.fWarehouseidOptions = response.data
-          })
+        // tWarehouseListPage(this.form.fWarehouseid).then((response) => {
+        //     this.fWarehouseidOptions = response.data
+        //   })
         this.$set(this.form, "fBsdate", Date.parse(this.form.fBsdate));
         this.$set(this.form, "fBstifime", Date.parse(this.form.fBstime));
         this.$set(this.form, "createTime", Date.parse(this.form.createTime));