mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
修改
This commit is contained in:
@@ -142,7 +142,7 @@ computed: {
|
||||
this.getData();
|
||||
},
|
||||
methods: {
|
||||
delItem(item,itemIdx) {
|
||||
delItem(item,itemIdx){
|
||||
this.$confirm('您确定要删除所选课程吗?', '删除提示', {
|
||||
confirmButtonText: '确定',
|
||||
cancelButtonText: '取消',
|
||||
|
||||
Reference in New Issue
Block a user