代码提交

This commit is contained in:
userName 2024-02-22 11:09:11 +08:00
parent 0c17152fb5
commit ec5ca4b27f
1 changed files with 2 additions and 0 deletions

View File

@ -387,6 +387,7 @@ function submitFormDate() {
proxy.$modal.msgSuccess("修改成功"); proxy.$modal.msgSuccess("修改成功");
openDate.value = false; openDate.value = false;
getList(); getList();
resetDate();
}).finally(() => { }).finally(() => {
buttonLoading.value = false; buttonLoading.value = false;
}); });
@ -395,6 +396,7 @@ function submitFormDate() {
proxy.$modal.msgSuccess("新增成功"); proxy.$modal.msgSuccess("新增成功");
openDate.value = false; openDate.value = false;
getList(); getList();
resetDate();
}).finally(() => { }).finally(() => {
buttonLoading.value = false; buttonLoading.value = false;
}); });