更新
This commit is contained in:
@@ -99,11 +99,13 @@ import EditPopup from './edit.vue'
|
||||
|
||||
const editRef = shallowRef<InstanceType<typeof EditPopup>>()
|
||||
|
||||
// 表单数据 - 固定role_id=1查询医助
|
||||
// 表单数据 - 固定role_id=2查询医助
|
||||
const formData = reactive({
|
||||
account: '',
|
||||
name: '',
|
||||
role_id: 2 // 固定为医助角色
|
||||
role_id: 2, // 固定为医助角色
|
||||
// 启用数据范围隔离:上级管理员只看到自己可见的医助;root/全部范围不受影响
|
||||
apply_data_scope: 1
|
||||
})
|
||||
|
||||
const showEdit = ref(false)
|
||||
|
||||
Reference in New Issue
Block a user