refactor: 所有业务线的接口调用添加TypeScript类型声明描述

This commit is contained in:
郝先瑞
2022-03-13 22:22:08 +08:00
parent 65035f584e
commit f2ca77992c
36 changed files with 1558 additions and 1214 deletions

View File

@@ -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();
}