瀏覽代碼

资金管理-服务商账目统计-调整服务费,刷新优化

ZhangWenQiang 5 年之前
父節點
當前提交
115d9b41e3
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/hwaccount/HwAccountDetailList.vue

+ 3 - 0
src/views/hwaccount/HwAccountDetailList.vue

@@ -335,6 +335,9 @@
         this.$refs.editServiceFeeModal.edit(scope)
         this.$refs.editServiceFeeModal.title = '调整服务费'
         this.$refs.editServiceFeeModal.disableSubmit = false
+      },
+      modalFormOk(){
+        this.getDetails(1);
       }
     }
   }