mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-25 08:33:53 +08:00
update:优化模型id输入框位置
This commit is contained in:
@@ -471,6 +471,7 @@ export default {
|
||||
const id = formData.id;
|
||||
|
||||
if (this.editModelData.duplicateMode) {
|
||||
formData.id = "";
|
||||
Api.model.addModel({ modelType, provideCode, formData }, ({ data }) => {
|
||||
if (data.code === 0) {
|
||||
this.$message.success(this.$t("modelConfig.duplicateSuccess"));
|
||||
|
||||
Reference in New Issue
Block a user