Explorar el Código

fix:消息通知查询优化

liziliang hace 1 mes
padre
commit
366e644a13
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/views/system/message/index.vue

+ 2 - 1
src/views/system/message/index.vue

@@ -332,7 +332,8 @@ option.value = Object.assign(option.value, {
 
 onMounted(() => {
   // console.log("crudRef", crudRef)
-  search.value.type = "0";
+  //0:系统消息 5:消息公告
+  search.value.type = [0, 5];
   search.value.msgId = "0";
   dataList();
   queryUserList();