|
@@ -144,6 +144,7 @@ export default {
|
|
const _this = this
|
|
const _this = this
|
|
if (this.current == 0) { // 产品设置
|
|
if (this.current == 0) { // 产品设置
|
|
const params = {
|
|
const params = {
|
|
|
|
+ id: this.detailData.id,
|
|
stockPredictSn: this.$route.params.sn,
|
|
stockPredictSn: this.$route.params.sn,
|
|
stockPredictRange: this.form.stockPredictRange
|
|
stockPredictRange: this.form.stockPredictRange
|
|
}
|
|
}
|
|
@@ -152,6 +153,7 @@ export default {
|
|
this.$refs.ruleForm.validate(valid => {
|
|
this.$refs.ruleForm.validate(valid => {
|
|
if (valid) {
|
|
if (valid) {
|
|
const params = {
|
|
const params = {
|
|
|
|
+ id: this.detailData.id,
|
|
stockPredictSn: _this.$route.params.sn,
|
|
stockPredictSn: _this.$route.params.sn,
|
|
saleEnsureNum: _this.form.saleEnsureNum,
|
|
saleEnsureNum: _this.form.saleEnsureNum,
|
|
trendSn: _this.form.trendSn,
|
|
trendSn: _this.form.trendSn,
|