From aa3438b349bb365bfb4c30a9194b5c10f9f843eb Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期二, 08 四月 2025 17:39:13 +0800 Subject: [PATCH] feat:质检员历史质检单增加上滑更多 --- store/index.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/store/index.js b/store/index.js index e9e5d0b..85bcdbf 100644 --- a/store/index.js +++ b/store/index.js @@ -367,7 +367,7 @@ getters: { websocketData:(state) => state.websocketData, globalweigh:(state) => state.globalweigh, - userTabbar: (state) => state.userTabbar + userTabbar: (state) => state.userTabbar, } }) -- Gitblit v1.9.1