Commit 2b660a92 authored by 赵茹林's avatar 赵茹林

回访信息 修复添加回访信息绑定老师不对的bug

parent 682884b1
......@@ -59,7 +59,7 @@
<template v-if="item.flag == 0">
<span class="time">{{item.created_at}}</span>
<span class="grey">系统导入</span>
<span class="grey" v-if="item.first_key" :class="(item.desc.indexOf('支付')>-1) ? 'bold' : ''">{{item.first_key}}</span>
<span class="grey" v-if="item.first_key && item.desc" :class="(item.desc.indexOf('支付')>-1) ? 'bold' : ''">{{item.first_key}}</span>
<span class="info" v-if="item.desc" :class="(item.desc.indexOf('支付')>-1) ? 'red' : ''">{{item.desc}}</span>
</template>
<template v-else-if="item.flag == 1">
......@@ -308,8 +308,8 @@
}
let json = {
user_id: this.callbackObj.id,
//teacher_id: this.callbackObj.teacher_id, // TODO
teacher_id: 84, // TODO
teacher_id: this.callbackObj.teacher_id, // TODO
// teacher_id: 84, // TODO
method: this.add.method,
type: this.add.type,
intention: this.add.intention,
......
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