bug
This commit is contained in:
@@ -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('删除成功!')
|
||||
|
||||
Reference in New Issue
Block a user