|
|
@@ -427,6 +427,8 @@ export default {
|
|
|
saveParam(param).then((res) => {
|
|
|
this.$message({ message: '保存成功', type: 'success' });
|
|
|
this.getCompute();
|
|
|
+
|
|
|
+ this.save()
|
|
|
});
|
|
|
},
|
|
|
|
|
|
@@ -450,7 +452,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
for (let i = 1; i < this.paramList.length; i++) {
|
|
|
- console.log(i);
|
|
|
+
|
|
|
console.log(
|
|
|
11,
|
|
|
Number(this.paramList[i - 1].CVIWeight),
|