Order list duplicated issue fixed

This commit is contained in:
Leung 2022-02-02 00:08:28 +08:00
parent d1995c9238
commit 3f4be1a15e

View File

@ -313,6 +313,7 @@ export default {
this.activeIndex = stype; this.activeIndex = stype;
this.goldmedal = data; this.goldmedal = data;
this.alllist=[]; this.alllist=[];
this.allmessage=[];
this.useralllist=[]; this.useralllist=[];
this.obligation=[]; this.obligation=[];
this.receiving=[]; this.receiving=[];