This commit is contained in:
2025-09-01 09:15:27 +08:00
parent 384eb35d84
commit 2415c96cf9
2 changed files with 2 additions and 2 deletions

View File

@ -474,7 +474,7 @@ const designUser = async () => {
form.reviewers = [];
form.approved = [];
form.auditor = [];
disabledForm.value = false;
if (res.code == 200 && Array.isArray(res.rows) && res.rows.length > 0) {
disabledForm.value = true;
// 1. 按用户类型分类数据(明确类型)

View File

@ -113,7 +113,7 @@ const approvalRecordRef = ref<InstanceType<typeof ApprovalRecord>>();
//按钮组件
const flowCodeOptions = [
{
value: currentProject.value?.id + '_equipmentList',
value: currentProject.value?.id + '_materialsPlans',
label: '物资设备清单审核'
}
];