mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 13:56:45 +08:00
讲师管理bug
This commit is contained in:
@@ -200,7 +200,7 @@
|
||||
<a-form-item label="初始授课时长" name="defaultTeachingTime">
|
||||
<a-input v-model:value="formParam.defaultTeachingTime" style="width:80%; height: 40px; border-radius: 8px; "
|
||||
:maxLength="8"
|
||||
@blur="clearNonNumber" placeholder="0" allowClear suffix="分钟">
|
||||
@change="clearNonNumber" placeholder="0" allowClear suffix="分钟">
|
||||
</a-input>
|
||||
<span style="margin-left: 5px ;" v-if="formParam.defaultTeachingTime === null">0.00小时</span>
|
||||
<span style="margin-left: 5px ;" v-if="formParam.defaultTeachingTime != null">{{
|
||||
@@ -988,6 +988,7 @@ export default {
|
||||
state.formParam.expertise = state.formParam?.orgLists?.map(item => item.id).join(',')
|
||||
state.formParam.expertiseNames = state.formParam?.orgLists?.map(item => item.name).join(',')
|
||||
state.formParam = {...state.formParam,...state.tSystemNames}
|
||||
delete state.formParam.teaching
|
||||
if (state.vf == false) {
|
||||
updateInTeacher(state.formParam).then(response => {
|
||||
message.success("编辑成功");
|
||||
|
||||
Reference in New Issue
Block a user