lilei 2 年之前
父节点
当前提交
6b649fbed7
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/views/inventoryManagement/intelligentReplenishment/edit.vue

+ 3 - 1
src/views/inventoryManagement/intelligentReplenishment/edit.vue

@@ -189,8 +189,10 @@ export default {
         if (res.status == 200) {
           if (!noNext) {
             this.current++
+            this.spinning = false
+          }else{
+            this.getTrendSn()
           }
-          this.spinning = false
         } else {
           this.spinning = false
         }