diff --git a/src/views/taskplatform/taskmanagement/taskcustomerformnew.vue b/src/views/taskplatform/taskmanagement/taskcustomerformnew.vue index 735e61de3..78578ac1c 100644 --- a/src/views/taskplatform/taskmanagement/taskcustomerformnew.vue +++ b/src/views/taskplatform/taskmanagement/taskcustomerformnew.vue @@ -104,7 +104,7 @@ const getTaskFormData = () =>{ formLoading.value = true; haveCustomerFormVersion({id:props.versionid}) .then(({ data }) =>{ - // console.log("表单数据",data) + console.log("表单数据",data) gainFlowChart.id=data.flowkeystr if(data.classify == 2){ isFlowForm.value = true;