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