ソースを参照

Merge branch 'master' of http://120.26.64.82:3000/BFFE/CABaggageData2.0

zhaoke 3 年 前
コミット
0400e48e10

+ 1 - 1
src/views/systemSettings/views/sourceDataItemManagement/sourceDataItemEdit.vue

@@ -539,7 +539,7 @@ export default {
       let that = this;
       that.storagedetails().then(function (data) {
         if (val) {
-          that.posArr = rebuildData(val,that.posArr);
+          that.posArr = that.rebuildData(val,that.posArr);
         } else {
           that.storagedetails();
         }