代码提交
This commit is contained in:
parent
0c17152fb5
commit
ec5ca4b27f
|
@ -387,6 +387,7 @@ function submitFormDate() {
|
|||
proxy.$modal.msgSuccess("修改成功");
|
||||
openDate.value = false;
|
||||
getList();
|
||||
resetDate();
|
||||
}).finally(() => {
|
||||
buttonLoading.value = false;
|
||||
});
|
||||
|
@ -395,6 +396,7 @@ function submitFormDate() {
|
|||
proxy.$modal.msgSuccess("新增成功");
|
||||
openDate.value = false;
|
||||
getList();
|
||||
resetDate();
|
||||
}).finally(() => {
|
||||
buttonLoading.value = false;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue