|
@@ -1501,7 +1501,7 @@ export default {
|
|
dev:deviationRangeText
|
|
dev:deviationRangeText
|
|
}).then((result)=>{
|
|
}).then((result)=>{
|
|
let msg='修改成功';
|
|
let msg='修改成功';
|
|
- if(result.data.msg=='公式已删除'){this.formulaid='';msg=result.data.msg;};
|
|
|
|
|
|
+ if(result.data.msg=='公式已删除'){this.formulaid='';msg=result.data.msg;}
|
|
this.formulaStringToArray();
|
|
this.formulaStringToArray();
|
|
this.$message({
|
|
this.$message({
|
|
type: "success",
|
|
type: "success",
|
|
@@ -1567,7 +1567,7 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- if(detail&&detail.scale > -1){
|
|
|
|
|
|
+ if(detail&&detail.scale ){
|
|
this.isRetain = true;
|
|
this.isRetain = true;
|
|
this.retainNum = detail.scale;
|
|
this.retainNum = detail.scale;
|
|
}
|
|
}
|