Merge branch 'master' into zm

zm
张萌 2 years ago
commit 7644c85bfc

@ -608,7 +608,11 @@ export default {
autocomplete: 'off',
rows: 4
},
value: this.inputValue
value: this.inputValue,
on: { input: v => {
console.log(v)
this.inputValue
} }
}),
h('p', '审核人:'),
h('el-select', {

@ -44,9 +44,9 @@
<examine-info
v-if="detailData.flow_id"
:id="id"
:id="detailData.customer_check_id"
:record-id="detailData.flow_id"
:owner-user-id="1"
:owner-user-id="detailData.owner_user_id"
class="examine-info"
examine-type="crm_customer_check"
@on-handle="examineHandle"/>
@ -161,6 +161,7 @@ export default {
// id
id: [String, Number],
pool_id: [String, Number],
// dom
listenerIDs: {
type: Array,
@ -185,7 +186,6 @@ export default {
data() {
return {
// loading
flow_id: 17,
loading: false,
crmType: 'customer',
headDetails: [

Loading…
Cancel
Save