Browse Source

修正参数

v5
超级管理员 2 years ago
parent
commit
a880296aff
  1. 2
      src/views/taskplatform/taskmanagement/taskcustomerformnew.vue

2
src/views/taskplatform/taskmanagement/taskcustomerformnew.vue

@ -104,7 +104,7 @@ const getTaskFormData = () =>{
formLoading.value = true; formLoading.value = true;
haveCustomerFormVersion({id:props.versionid}) haveCustomerFormVersion({id:props.versionid})
.then(({ data }) =>{ .then(({ data }) =>{
// console.log("",data) console.log("表单数据",data)
gainFlowChart.id=data.flowkeystr gainFlowChart.id=data.flowkeystr
if(data.classify == 2){ if(data.classify == 2){
isFlowForm.value = true; isFlowForm.value = true;

Loading…
Cancel
Save