mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-19 07:46:46 +08:00
feat:创建面授课条件判断不完全
This commit is contained in:
@@ -2933,7 +2933,7 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
const createft = () => {
|
const createft = () => {
|
||||||
if (state.bs_hs == false) {
|
if (state.bs_hs == false && state.valueE1 != "") {
|
||||||
state.of_hs = false;
|
state.of_hs = false;
|
||||||
state.ft_hs = true;
|
state.ft_hs = true;
|
||||||
state.valueE1 = "";
|
state.valueE1 = "";
|
||||||
@@ -2972,9 +2972,11 @@ export default defineComponent({
|
|||||||
state.sm_hs = false;
|
state.sm_hs = false;
|
||||||
state.hideshow = true;
|
state.hideshow = true;
|
||||||
};
|
};
|
||||||
const clear_valueE1 = () => {
|
const clear_valueE1 = (value) => {
|
||||||
state.bs_hs = false;
|
state.bs_hs = false;
|
||||||
state.valueE1 = "";
|
if (value != "") {
|
||||||
|
state.valueE1 = "";
|
||||||
|
}
|
||||||
};
|
};
|
||||||
const clear_valueE2 = () => {
|
const clear_valueE2 = () => {
|
||||||
state.valueE2 = "";
|
state.valueE2 = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user