Browse Source

bug 修复

lilei 2 năm trước cách đây
mục cha
commit
bc5a35e8c0
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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