|
@@ -262,6 +262,9 @@ export default {
|
|
|
if (res.code == 0){
|
|
|
this.form.orderratio = Math.round((this.form.orderratio * 100)*100)/100
|
|
|
this.loading = false
|
|
|
+ this.tool.showMessage(res,()=>{
|
|
|
+
|
|
|
+ })
|
|
|
}else {
|
|
|
this.dialogTableVisible = true
|
|
|
this.onAdjust(res.data)
|
|
@@ -317,6 +320,7 @@ export default {
|
|
|
})
|
|
|
if (res.code == 0){
|
|
|
this.adjustLoading = false
|
|
|
+ this.tool.showMessage(res,()=>{})
|
|
|
}
|
|
|
this.tool.showMessage(res,()=>{
|
|
|
this.adjustLoading = false
|