lazhaoqian 4 лет назад
Родитель
Сommit
cf961582b1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/Warehousing/inStock/AddOrUpdate.vue

+ 1 - 1
src/views/Warehousing/inStock/AddOrUpdate.vue

@@ -7089,7 +7089,7 @@ export default {
     getForm() {
       let fId = null
       if (this.chiId) fId = this.chiId
-      //if (this.form.fId) fId = this.form.fId
+      if (this.form.fId) fId = this.form.fId
       getWarehousebills(fId).then((response) => {
         this.TFformdata(response.data.warehousebills);
         if (!this.copyStatus || this.recordStatus === true) {