fix:调整二级页面 alermessage 查询不正确的问题

This commit is contained in:
zhangyu
2023-08-17 11:00:02 +08:00
parent 1d581f4cd6
commit 95acb20083
3 changed files with 47 additions and 27 deletions

View File

@@ -223,7 +223,7 @@ export default {
state: '1',
dialogShowText: false,
dialogText: '',
url: 'alert/message',
url: '/alert/message/query',
// 导出相关
importBox: { show: false, title: this.$t('overall.exportExcel'), type: 1, record: 'all', format: 1 },
deleteBox: { show: false, ids: '', remark: '', state: 2 },