lilei 2 anni fa
parent
commit
c6fa35e80e

+ 1 - 1
public/version.json

@@ -1,4 +1,4 @@
 {
-    "version": "2.1.79",
+    "version": "2.1.29",
     "message": "发现有新版本发布,确定更新系统?"
 }

+ 2 - 4
src/views/inventoryManagement/intelligentReplenishment/edit.vue

@@ -133,9 +133,7 @@ export default {
           } else {
             this.current = 0
           }
-          if (this.form.stockPredictRange == 0) {
-            this.getTrendSn()
-          }
+          this.getTrendSn()
         } else {
           this.detailData = null
           this.spinning = false
@@ -190,7 +188,7 @@ export default {
           if (!noNext) {
             this.current++
             this.spinning = false
-          }else{
+          } else {
             this.getTrendSn()
           }
         } else {