This commit is contained in:
yanran200730
2023-02-20 08:40:26 +08:00
parent 580fbf1366
commit 8564a6881e

View File

@@ -166,7 +166,7 @@
},
unshelf (id) {
this.$confirm('确定下架该活动').then(() => {
this.$confirm('确定下架该考试').then(() => {
this.instance.post(`/app/appexaminationinfo/revoke?id=${id}`).then(res => {
if (res.code == 0) {
this.$message.success('下架成功!')
@@ -177,7 +177,7 @@
},
remove (id) {
this.$confirm('确定删除该活动').then(() => {
this.$confirm('确定删除该考试').then(() => {
this.instance.post(`/app/appexaminationinfo/delete?id=${id}`).then(res => {
if (res.code == 0) {
this.$message.success('删除成功!')