马宇豪
2024-11-26 bd19a941293d124d7c58c6d351e7e86c1fa15559
src/views/specialWorkSystem/flow/ruleofApp/components/approveItemDialog.vue
@@ -106,12 +106,12 @@
            personType: null,
        });
        const showApproveItemDialog = (type: string, value: {}, index: number, approveLevelForm: { type: number }, standardList: [], actionList: []) => {
        const showApproveItemDialog = (type: string, value: {}, index: number, approveLevelForm: { personType: number }, standardList: [], actionList: []) => {
            data.approveItemDialog = true;
            data.standardList = standardList;
            data.actionList = actionList;
            data.order = index;
            if (approveLevelForm.type === 3) {
            if (approveLevelForm.personType === 3) {
                data.personType = 3
                data.typeList = [
                    { id: 1, name: '数值' },