Commit afd3c6a1 authored by Mac's avatar Mac

1

parent 2de1e572
......@@ -489,7 +489,7 @@
})
}
//获取客户旅程类型
const getCustomerTripType = (param: {}) => {
const getCustomerTripType = (param: any) => {
customer2.getCustomerTripType(param).then(res => {
console.log(res, 'trip数据');
data.tripTypeArr = res.data.Data;
......
......@@ -21,7 +21,7 @@
<customer-Field v-if="tab == 'field'"></customer-Field>
<clue-rule v-if="tab == 'clue'"></clue-rule>
<customer-phase v-if="tab == 'phase'"></customer-phase>
<customer-label v-if="tab == 'label'"></customer-label>
<customerlabel v-if="tab == 'label'"></customerlabel>
</div>
</q-page>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment