mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-19 07:46:46 +08:00
-- fix bug
This commit is contained in:
@@ -3511,7 +3511,7 @@ export default defineComponent({
|
|||||||
return message.warning("请输入必填项");
|
return message.warning("请输入必填项");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!state.validated == 2) {
|
if (state.validated !== 2) {
|
||||||
message.destroy();
|
message.destroy();
|
||||||
return message.warning("该课程名称已存在");
|
return message.warning("该课程名称已存在");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -560,7 +560,7 @@ export default defineComponent({
|
|||||||
hideshow: true,
|
hideshow: true,
|
||||||
ft_eidt: false,
|
ft_eidt: false,
|
||||||
attach: "",
|
attach: "",
|
||||||
validated: 0,
|
validated: 2,
|
||||||
ft_hs: false,
|
ft_hs: false,
|
||||||
addLoading: false,
|
addLoading: false,
|
||||||
statusJuJue: 0,
|
statusJuJue: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user