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