From 4ef69f1d7bdd01471d207c865a394c618c214452 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Mon, 13 Mar 2023 09:46:16 +0800
Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqt
---
src/views/specialWorkSystem/flow/ruleofApp/components/approveItemDialog.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/specialWorkSystem/flow/ruleofApp/components/approveItemDialog.vue b/src/views/specialWorkSystem/flow/ruleofApp/components/approveItemDialog.vue
index 355aef7..21c4d85 100644
--- a/src/views/specialWorkSystem/flow/ruleofApp/components/approveItemDialog.vue
+++ b/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: '数值' },
--
Gitblit v1.9.2