!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:
@@ -138,8 +138,8 @@
|
||||
<a-form-item label="督导领导列表" name="sdwLeaderList">
|
||||
<DeptRoleUserSelectRadioGroup
|
||||
v-model:value="mainForm.sdwLeaderList"
|
||||
deptId="2044677562460508161"
|
||||
roleId="2044676455280570370"
|
||||
:deptId="PARTY_COMMITTEE_DEPT_ID"
|
||||
:roleId="SDW_LEADER_ROLE_ID"
|
||||
:disabled="mainDisabled"
|
||||
/>
|
||||
</a-form-item>
|
||||
@@ -283,6 +283,7 @@
|
||||
import BgXiSpeakBPMFeedbackModal from './BgXiSpeakBPMFeedbackModal.vue';
|
||||
import SUploadFile from '/@/components/semri/fileComponent/SUploadFile.vue';
|
||||
import DeptRoleUserSelectRadioGroup from '/@/components/semri/userComponent/DeptRoleUserSelectRadioGroup.vue';
|
||||
import { PARTY_COMMITTEE_DEPT_ID, SDW_LEADER_ROLE_ID } from '/@/constant/supervision';
|
||||
|
||||
const { isDisabledAuth, hasPermission, initBpmFormData } = usePermission();
|
||||
const userStore = useUserStore();
|
||||
|
||||
@@ -133,9 +133,7 @@ import JSwitch from '/@/components/Form/src/jeecg/components/JSwitch.vue';
|
||||
import { Form } from 'ant-design-vue';
|
||||
import JFormContainer from '/@/components/Form/src/container/JFormContainer.vue';
|
||||
import { usePermission } from '/@/hooks/web/usePermission';
|
||||
|
||||
const PARTY_COMMITTEE_DEPT_ID = '2044677562460508161';
|
||||
const SDW_LEADER_ROLE_ID = '2044676455280570370';
|
||||
import { PARTY_COMMITTEE_DEPT_ID, SDW_LEADER_ROLE_ID } from '/@/constant/supervision';
|
||||
|
||||
const { initBpmFormData } = usePermission();
|
||||
const useForm = Form.useForm;
|
||||
|
||||
Reference in New Issue
Block a user