浏览代码

Merge branch 'iteration_share' into online

lex-xin 4 年之前
父节点
当前提交
c7e0534587
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      src/views/chargeManager/three.vue

+ 10 - 0
src/views/chargeManager/three.vue

@@ -164,6 +164,16 @@ export default {
         })
         .catch();
     },
+    messageTips(title, res) {
+      if (res.code == 200) {
+          this.$message.success(title + "成功");
+          this.chargeStatus = false;
+          this.close()
+          this.getList();
+      } else {
+          this.$message.error(res.msg);
+      }
+    },
     onFormClose(formName) {
       this.chargeStatus = false
       // this.$refs[formName].resetFields();