!51 refactor: 提取部门角色ID常量到统一配置文件
* Merge branch 'master' of gitee.com:sz_30/supervision-vue into feature/20260518 * refactor: 提取部门角色ID常量到统一配置文件 * Merge branch 'master' into feature/20260518 * feat(inspectTask): 独立发起流程弹窗,替换党群领导审批组件 * style(inspectProgress): 进展表单对齐BPM表单样式 * style(xispeak): 反馈表单对齐BPM表单样式 * perf(xispeak): 反馈统计查询由逐条请求改为批量接口 * refactor(xispeak): BPM表单和巡视整改表单牵头部门组件替换为SzSelectDept * style(xispeak): 优化查询表单布局并替换牵头部门选人组件
This commit is contained in:
@@ -99,8 +99,8 @@
|
||||
<!-- <j-select-user v-model:value="formData.supDeptleaderid" allow-clear />-->
|
||||
<DeptRoleUserSelectRadioGroup
|
||||
v-model:value="formData.supDeptleaderid"
|
||||
deptId="2044677604785229826"
|
||||
roleId="2044680793306591234"
|
||||
:deptId="SUOBAN_DEPT_ID"
|
||||
:roleId="MEASURE_RES_LEADER_ROLE_ID"
|
||||
/>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
@@ -157,6 +157,7 @@
|
||||
import { Form } from 'ant-design-vue';
|
||||
import JFormContainer from '/@/components/Form/src/container/JFormContainer.vue';
|
||||
import DeptRoleUserSelectRadioGroup from "/@/components/semri/userComponent/DeptRoleUserSelectRadioGroup.vue";
|
||||
import { SUOBAN_DEPT_ID, MEASURE_RES_LEADER_ROLE_ID } from '/@/constant/supervision';
|
||||
import SzSelectDept from "@/components/Form/src/jeecg/components/SzSelectDept.vue";
|
||||
|
||||
const props = defineProps({
|
||||
|
||||
Reference in New Issue
Block a user