导航、分切暂存清除、空木箱入库修改

This commit is contained in:
2024-07-02 09:54:00 +08:00
parent c70acc617f
commit 6d456e5382
5 changed files with 28 additions and 24 deletions

View File

@@ -17,6 +17,7 @@ const actions = {
commit(types.PUBLIC_ARR, res)
},
setNavTab ({commit}, res) {
uni.setStorageSync('navTab', res)
commit(types.SET_NAV_TAB, res)
}
}