修改特殊机构字段截取的错误的问题

This commit is contained in:
daihh
2022-11-03 13:42:13 +08:00
parent 3a81452654
commit 842fcfcabc
3 changed files with 8 additions and 0 deletions

View File

@@ -257,6 +257,8 @@ export default {
const { status } = await apiCourse.del(params);
if (status === 200) {
this.$message.success('操作成功!');
//发送自己删除课程的事件
this.getList();
}
} catch (error) {