瀏覽代碼

bug 修复

lilei 2 年之前
父節點
當前提交
bc5a35e8c0
共有 1 個文件被更改,包括 2 次插入0 次删除
  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