From 9a838a3ef1185c66f7470c6eb834b62c9b7011ff Mon Sep 17 00:00:00 2001 From: wx <645899409@qq.com> Date: Fri, 20 Mar 2026 11:33:23 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E5=A4=8D=E8=B5=B0=E9=A9=AC=E7=81=AF?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E4=B8=8D=E9=87=8D=E6=96=B0=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataBoard/dataBoard.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/dataBoard/dataBoard.vue b/src/views/dataBoard/dataBoard.vue index 2f2a40d..8baf22b 100644 --- a/src/views/dataBoard/dataBoard.vue +++ b/src/views/dataBoard/dataBoard.vue @@ -329,6 +329,7 @@ }, initData() { let _this = this; + this.orderListData = []; httpRequest("GET", this.url + 'terminal/neglect/large-screen/ranking' , {}, {"authorization": "57ee87183f2a4fa59683ec9ef41c8f5d"}).then(function (res) { if (res?.code === '00000') { _this.dinnerType = res.data.dinnerType;