@@ -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