@@ -152,6 +152,8 @@ export default {
})
if (res.code === 0){
this.form.discountrate = Math.round((this.form.discountrate * 100)*100)/100
+ this.tool.showMessage(res,()=>{
+ })
}else {
this.tool.showMessage(res,()=>{
this.dialogVisible = false