mo 4 년 전
부모
커밋
24735f2bed
1개의 변경된 파일17개의 추가작업 그리고 1개의 파일을 삭제
  1. 17 1
      src/views/resetTeaming/components/strudentPayInfo.vue

+ 17 - 1
src/views/resetTeaming/components/strudentPayInfo.vue

@@ -791,7 +791,23 @@ export default {
       this.studentVisible = false;
       this.studentVisible = false;
     },
     },
     payRemind(){
     payRemind(){
-      console.log(this.activeChiose)
+       console.log(this.activeChiose)
+      this.$confirm('以下, 是否继续?', '提示', {
+          confirmButtonText: '确定',
+          cancelButtonText: '取消',
+          type: 'warning'
+        }).then(() => {
+          this.$message({
+            type: 'success',
+            message: '删除成功!'
+          });
+        }).catch(() => {
+          this.$message({
+            type: 'info',
+            message: '已取消删除'
+          });
+        });
+
     }
     }
   },
   },
   watch: {
   watch: {