浏览代码

Merge branch 'greenUrgent' into allTestUrgent

qymljy 1 年之前
父节点
当前提交
912b7ee7b0
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/HDrpManagement/contractManage/components/priceDifference/addPriceDiff.vue

+ 4 - 0
src/HDrpManagement/contractManage/components/priceDifference/addPriceDiff.vue

@@ -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