This commit is contained in:
Paidax
2025-06-12 14:24:57 +08:00
parent 2409b3ddfe
commit 726dfd50be
321 changed files with 2483 additions and 1911 deletions
@@ -339,13 +339,13 @@ layout("/layouts/platform.html"){
}
const resp = await $.post(loc() + '/doApply', params)
if (resp.code === 0) {
this.notifySuccess(resp.msg)
this.$message.success(resp.msg)
this.appointmentDialogVisible = false
await this.getData()
} else if (resp.code === 1) {
this.notifyError(resp.msg)
} else if (resp.code === 2) {
this.notifyWarning(resp.msg)
this.$message.warning(resp.msg)
await this.getData()
}
}
@@ -372,4 +372,4 @@ layout("/layouts/platform.html"){
<!--#
}
#-->
#-->