!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,6 +99,7 @@
|
||||
import JModal from '/src/components/Modal/src/JModal/JModal.vue';
|
||||
import JDictSelectTag from '/src/components/Form/src/jeecg/components/JDictSelectTag.vue';
|
||||
import JSwitch from '/src/components/Form/src/jeecg/components/JSwitch.vue';
|
||||
import { PARTY_COMMITTEE_DEPT_ID, SDW_LEADER_ROLE_ID } from '/@/constant/supervision';
|
||||
import SzUserSelectByDeptRoleSecurityModal from '/src/components/semri/userComponent/modal/SzUserSelectByDeptRoleSecurityModal.vue';
|
||||
import { SearchOutlined } from '@ant-design/icons-vue';
|
||||
import { getUserList } from '/src/api/common/api';
|
||||
@@ -134,8 +135,8 @@
|
||||
// 所党委领导选人弹窗
|
||||
const sdwLeaderModalOpen = ref(false);
|
||||
const supDeptleaderName = ref('');
|
||||
const sdwLeaderDeptId = ref('2044677562460508161');
|
||||
const sdwLeaderRoleId = ref('2044676455280570370');
|
||||
const sdwLeaderDeptId = ref(PARTY_COMMITTEE_DEPT_ID);
|
||||
const sdwLeaderRoleId = ref(SDW_LEADER_ROLE_ID);
|
||||
const sdwLeaderSecurityValue = ref(5);
|
||||
|
||||
function openSdwLeaderModal() {
|
||||
|
||||
Reference in New Issue
Block a user