Browse Source

bug 修复

lilei 2 years ago
parent
commit
bc5a35e8c0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/numsGoodsShelves/shelfMonitoring/addModal.vue

+ 2 - 0
src/views/numsGoodsShelves/shelfMonitoring/addModal.vue

@@ -103,6 +103,7 @@ export default {
       const _this = this
       const arr = []
       const arrInd = []
+      this.spinning = true
       this.listData.map((item, index) => {
         if (item.confirmQty) {
           arr.push({
@@ -127,6 +128,7 @@ export default {
         detailList: arr
       }
       shelfRecallSave(params).then(res => {
+        _this.spinning = false
         if (res.status == 200) {
           _this.$emit('ok')
           _this.isShow = false