优化
This commit is contained in:
@ -474,7 +474,7 @@ const designUser = async () => {
|
|||||||
form.reviewers = [];
|
form.reviewers = [];
|
||||||
form.approved = [];
|
form.approved = [];
|
||||||
form.auditor = [];
|
form.auditor = [];
|
||||||
|
disabledForm.value = false;
|
||||||
if (res.code == 200 && Array.isArray(res.rows) && res.rows.length > 0) {
|
if (res.code == 200 && Array.isArray(res.rows) && res.rows.length > 0) {
|
||||||
disabledForm.value = true;
|
disabledForm.value = true;
|
||||||
// 1. 按用户类型分类数据(明确类型)
|
// 1. 按用户类型分类数据(明确类型)
|
||||||
|
@ -113,7 +113,7 @@ const approvalRecordRef = ref<InstanceType<typeof ApprovalRecord>>();
|
|||||||
//按钮组件
|
//按钮组件
|
||||||
const flowCodeOptions = [
|
const flowCodeOptions = [
|
||||||
{
|
{
|
||||||
value: currentProject.value?.id + '_equipmentList',
|
value: currentProject.value?.id + '_materialsPlans',
|
||||||
label: '物资设备清单审核'
|
label: '物资设备清单审核'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user