refactor: 所有业务线的接口调用添加TypeScript类型声明描述
This commit is contained in:
@@ -238,6 +238,7 @@ function submitForm() {
|
||||
}
|
||||
|
||||
function resetForm() {
|
||||
state.formData.id = undefined;
|
||||
dataFormRef.value.resetFields();
|
||||
}
|
||||
|
||||
|
||||
@@ -277,6 +277,7 @@ function submitForm() {
|
||||
}
|
||||
|
||||
function resetForm() {
|
||||
state.formData.id = undefined;
|
||||
dataFormRef.value.resetFields();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user