소스 검색

提交一下

1
mo 3 년 전
부모
커밋
3b4dce4dd9
1개의 변경된 파일19개의 추가작업 그리고 0개의 파일을 삭제
  1. 19 0
      src/views/accompanyManager/accompanyList.vue

+ 19 - 0
src/views/accompanyManager/accompanyList.vue

@@ -679,6 +679,25 @@ export default {
           this.getList();
           this.closeVisible = false;
         }
+         if (res.code == 206) {
+              this.$confirm(res.msg, "提示", {
+                confirmButtonText: "确定",
+                cancelButtonText: "取消",
+              }).then(() => {
+                cancelGroup({
+                  groupId: this.activeRow.id,
+                  groupType: "PRACTICE",
+                  refundAmount: this.closeForm.money,
+                  confirmReturnActivityGive: true,
+                }).then((res) => {
+                  if (res.code == 200) {
+                    this.$message.success("关闭成功");
+                    this.getList();
+                      this.closeVisible = false;
+                  }
+                });
+              });
+            }
       });
     },
     resetMemo(row) {