Преглед на файлове

修改库区请求重复的问题

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));