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) => {