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

@@ -238,6 +238,7 @@ function submitForm() {
}
function resetForm() {
state.formData.id = undefined;
dataFormRef.value.resetFields();
}

View File

@@ -277,6 +277,7 @@ function submitForm() {
}
function resetForm() {
state.formData.id = undefined;
dataFormRef.value.resetFields();
}