mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-03-30 03:19:37 +00:00
fix: 【mall】门店提提中,移除员工选择表单默认的 roleId 字段
This commit is contained in:
@@ -160,7 +160,6 @@ const queryParams = reactive({
|
|||||||
mobile: undefined,
|
mobile: undefined,
|
||||||
status: undefined,
|
status: undefined,
|
||||||
deptId: undefined,
|
deptId: undefined,
|
||||||
roleId: 5,
|
|
||||||
createTime: []
|
createTime: []
|
||||||
})
|
})
|
||||||
const queryFormRef = ref() // 搜索的表单
|
const queryFormRef = ref() // 搜索的表单
|
||||||
|
|||||||
Reference in New Issue
Block a user