diff --git a/src/pages/quesBank/list/globalQuesBank.vue b/src/pages/quesBank/list/globalQuesBank.vue index 9b1f2a3..0e1b332 100644 --- a/src/pages/quesBank/list/globalQuesBank.vue +++ b/src/pages/quesBank/list/globalQuesBank.vue @@ -35,8 +35,7 @@
题目列表
- - 批量删除 + 批量取消共享
@@ -53,7 +52,7 @@ @@ -139,12 +138,12 @@ export default { this.multipleSelection = val }, delData(row) { - this.$confirm('确定要删除吗?', '提示', { + this.$confirm('确定要取消共享吗?', '提示', { type: 'warning' }) .then(() => { this.$post(`${this.api.deleteByMeSubjectBySharing}?identification=1&ids=${row.sid}`).then(res => { - this.$message.success('删除成功') + this.$message.success('取消共享成功') this.getData() }).catch(res => {}); }) @@ -157,13 +156,13 @@ export default { return item.sid }) - this.$confirm('确定要删除吗?', '提示', { + this.$confirm('确定要取消共享吗?', '提示', { type: 'warning' }) .then(() => { this.$post(`${this.api.deleteByMeSubjectBySharing}?identification=1&ids=${delList.join()}`).then(res => { this.multipleSelection = []; - this.$message.success('删除成功') + this.$message.success('取消共享成功') this.getData() this.$refs.table.clearSelection() }).catch(res => {}) diff --git a/src/pages/quesBank/list/myQuesBank.vue b/src/pages/quesBank/list/myQuesBank.vue index c9bc02a..048c779 100644 --- a/src/pages/quesBank/list/myQuesBank.vue +++ b/src/pages/quesBank/list/myQuesBank.vue @@ -89,7 +89,7 @@ - +