Merge branch 'master' into zm

zm
张萌 2 years ago
commit 7644c85bfc

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

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

Loading…
Cancel
Save