Commit f9f9975e authored by “yiyousong”'s avatar “yiyousong”

fix: 修复消息列表来源搜索不匹配的问题

parent d99773cd
......@@ -87,7 +87,7 @@
import MessageInfo from "@/components/MessageInfo.vue";
import storage from "@/utils/js/Storage";
import { getMsgTaskList, deleteMsgTask, getMsgConfigList } from "@/api/message";
let appNameList = ["系统", "评价系统"];
let appNameList = ["系统", "评价系统"];
export default {
components: { MessageInfo },
data() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment