From 74e2c99cc7fd51af41a63517104b471380456ed8 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Sat, 3 Feb 2024 18:02:18 +0800 Subject: [PATCH] add --- src/components/flowProcess/index.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/flowProcess/index.vue b/src/components/flowProcess/index.vue index 57a4123..97f2d8d 100644 --- a/src/components/flowProcess/index.vue +++ b/src/components/flowProcess/index.vue @@ -65,8 +65,6 @@ const flowTyprList = ref([]) const getFlowtypeList = async () => { let res = await apiFlowTypeLists() flowTyprList.value = res.lists - console.log(res, "res") - } // 获取对应审批类型 @@ -77,7 +75,7 @@ const getFlowTypeList = async () => { formData.flow_path = '' flowTypeList.value = [] let res = await apiFlowLists({ - flow_type: formData.flow_type, + flow_cate: formData.flow_type, status: 2 }) Object.assign(flowTypeList.value, res.lists) @@ -90,7 +88,6 @@ const getDetail = async () => { let res = await apiFlowDetail({ id: formData.flow_path }) flowDetail.value = res emits("confirm", formData); - } const getDescr = (item) => {