修改系统消息 重复

This commit is contained in:
张凯 2025-06-16 17:44:47 +08:00
parent 22550e1f17
commit 7bee051051

View File

@ -159,7 +159,7 @@
// //
resetLists() { resetLists() {
this.page = 1; this.page = 1;
this.alllist = []; this.list = [];
this.loadStatus = 'loading' this.loadStatus = 'loading'
} }
} }