This commit is contained in:
icssoa
2025-09-22 10:56:56 +08:00
parent a2e9828052
commit b25b95a8f0
3 changed files with 3 additions and 9 deletions

View File

@@ -110,7 +110,7 @@ const saving = ref(false);
* 3. 请求后端接口,新增或更新地址
*/
function save() {
validate(async (valid, errors) => {
validate((valid, errors) => {
if (valid) {
ui.showLoading(t("保存中"));