lazhaoqian 4 роки тому
батько
коміт
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) {