commit
This commit is contained in:
@@ -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"){
|
||||
|
||||
<!--#
|
||||
}
|
||||
#-->
|
||||
#-->
|
||||
|
||||
Reference in New Issue
Block a user