rev:优化烘箱行架任务逻辑

This commit is contained in:
2024-11-18 13:43:57 +08:00
parent 32b0710a37
commit 4135200271
20 changed files with 194 additions and 174 deletions

View File

@@ -1,7 +1,7 @@
import store from '@/store'
export default {
inserted(el, binding) {
inserted(el, binding, vnode) {
const { value } = binding
const roles = store.getters && store.getters.roles
if (value && value instanceof Array && value.length > 0) {