1、错别字更改

2、监管端查询sql报错修改
3、表单提交后未清空。
2024年1月24日测试
liujun 2024-01-29 17:20:48 +08:00
parent cfc10ada9d
commit 3a20fce486
2 changed files with 3 additions and 4 deletions

View File

@ -132,6 +132,7 @@ export default {
this.$message.success('推送成功') this.$message.success('推送成功')
this.visible = false this.visible = false
this.$emit('refresh', '') this.$emit('refresh', '')
this.handleClose()
}) })
.catch((e) => { .catch((e) => {
console.log(e) console.log(e)

View File

@ -146,12 +146,10 @@ export default {
getList() { getList() {
this.listLoading = true this.listLoading = true
requestFN( requestFN(
'/xgf/user/getAppointApproveList?showCount=' + this.listQuery.limit + '&currentPage=' + this.listQuery.page, '/xgf/user/getRecord?showCount=' + this.listQuery.limit + '&currentPage=' + this.listQuery.page,
{ {
KEYWORDS: this.KEYWORDS, KEYWORDS: this.KEYWORDS,
STATUS: '1', Step: '1'
EMPLOY_FLAG: '1',
CHECK_STATUS: '1'
} }
).then((data) => { ).then((data) => {
this.listLoading = false this.listLoading = false