1.修复走马灯刷新不重新滚动问题

This commit is contained in:
2026-03-20 11:33:23 +08:00
parent 5ade91ac67
commit 9a838a3ef1
+1
View File
@@ -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;