|
|
@@ -71,7 +71,7 @@ const formType = ref('') // 表单的类型:create - 新增;update - 修改
|
|
|
const formData = ref({
|
|
|
id: undefined,
|
|
|
ctType: undefined,
|
|
|
- ctTypeImage: "https://learn-ai.com.cn/admin-api/infra/file/29/get/20251212/common_1765522078241.png",
|
|
|
+ ctTypeImage: 'https://learn-ai.com.cn/admin-api/infra/file/29/get/20251212/common_1765522078241.png',
|
|
|
ctTypeNode: 0,
|
|
|
ctTypeSort: undefined,
|
|
|
ctParentId: 0,
|
|
|
@@ -176,10 +176,11 @@ const resetForm = () => {
|
|
|
formData.value = {
|
|
|
id: undefined,
|
|
|
ctType: undefined,
|
|
|
- fctTypeImage: "https://learn-ai.com.cn/admin-api/infra/file/29/get/20251212/common_1765522078241.png",
|
|
|
+ ctTypeImage: 'https://learn-ai.com.cn/admin-api/infra/file/29/get/20251212/common_1765522078241.png',
|
|
|
+ ctTypeNode: 0,
|
|
|
ctTypeSort: undefined,
|
|
|
ctParentId: 0,
|
|
|
- ctTypeDescribe: undefined,
|
|
|
+ ctTypeDescribe: undefined,doubao-seed-
|
|
|
tenantId: undefined,
|
|
|
}
|
|
|
formRef.value?.resetFields()
|