fix: Model editing prohibits modifying model types (#1944)
This commit is contained in:
parent
694b3cd9c2
commit
4bff2b4f38
@ -79,6 +79,7 @@
|
||||
<span>模型类型</span>
|
||||
</template>
|
||||
<el-select
|
||||
disabled
|
||||
v-loading="model_type_loading"
|
||||
@change="list_base_model($event, true)"
|
||||
v-model="base_form_data.model_type"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user