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

Merge branch 'master' of git.echepei.com:zhujiawei/Warehouse_management_ui

Qukaidi преди 4 години
родител
ревизия
1a43f34673
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      src/views/Warehousing/inStock/AddOrUpdate.vue

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

@@ -3061,7 +3061,7 @@ export default {
     this.getDicts("data_ifweigh_status").then((response) => {
       this.fIfweighOptions = response.data;
     });
-    this.getDicts("data_ifpledge_status").then((response) => {
+    this.getDicts("data_ifweigh_status").then((response) => {
       this.fIfpledgeOptions = response.data;
     });
     this.getDicts("storage_type").then((response) => {
@@ -3078,13 +3078,13 @@ export default {
     this.getDicts("f_declaration_elements").then((response) => {
       this.delementsList = response.data;
     });
-    this.getDicts("f_ifinspection").then((response) => {
+    this.getDicts("data_ifweigh_status").then((response) => {
       this.ifinspectionList = response.data;
     });
-    this.getDicts("f_ifsampling").then((response) => {
+    this.getDicts("data_ifweigh_status").then((response) => {
       this.ifsamplingList = response.data;
     });
-    this.getDicts("f_ifweight_recovery").then((response) => {
+    this.getDicts("data_ifweigh_status").then((response) => {
       this.ifweightRecoveryList = response.data;
     });
     this.getConfigKey("stockoi").then((response) => {