refactor: 所有业务线的接口调用添加TypeScript类型声明描述
This commit is contained in:
@@ -303,7 +303,7 @@ import {
|
||||
UserFormData,
|
||||
Option,
|
||||
RoleItem,
|
||||
Dialog,
|
||||
Dialog
|
||||
} from "@/types";
|
||||
|
||||
// DOM元素的引用声明定义
|
||||
@@ -559,6 +559,7 @@ function submitForm() {
|
||||
* 重置表单
|
||||
*/
|
||||
function resetForm() {
|
||||
state.formData.id = undefined;
|
||||
dataFormRef.value.resetFields();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user