添加考试后提交检查问题解决

This commit is contained in:
daihh
2022-12-28 21:48:29 +08:00
parent 2fff00135c
commit 63b097677d
3 changed files with 15 additions and 13 deletions

View File

@@ -778,7 +778,7 @@ export default {
this.$refs.comEditPaper.show(row.paperId);
},
open(row,flag) {
this.$confirm('确定要下架考试?', '提示', {
this.$confirm('确定要下架考试?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'