Commit e001dc2c by wangweidong

优化修改

parent 5b7d9752
...@@ -60,30 +60,29 @@ export default { ...@@ -60,30 +60,29 @@ export default {
formId: 'meterSubcontractorFormId', formId: 'meterSubcontractorFormId',
searchOpen: false, searchOpen: false,
btn: [ btn: [
{ // {
type: 'success', // type: 'success',
id: 'meter-go-out-entrust-add-btn', // id: 'meter-go-out-entrust-add-btn',
name: '添加' // name: '添加'
}, // },
{ // {
type: 'success', // type: 'success',
id: 'meter-go-out-entrust-submit-btn', // id: 'meter-go-out-entrust-submit-btn',
name: '提交' // name: '提交'
} // }
], ],
iconMsg: [ iconMsg: [
{ // {
type: 'md-create', // type: 'md-create',
id: '', // id: '',
name: '编辑' // name: '编辑'
}, // },
{ {
type: 'ios-beaker', type: 'ios-beaker',
id: '', id: '',
name: '管理样品' name: '管理样品'
}, },
{ type: 'md-cloud', id: '', name: '附件' }, { type: 'md-cloud', id: '', name: '附件' },
{ type: 'md-remove-circle', id: '', name: '删除' },
{ {
type: 'ios-clock', type: 'ios-clock',
id: '', id: '',
......
...@@ -191,6 +191,7 @@ export default { ...@@ -191,6 +191,7 @@ export default {
} }
console.log(param) console.log(param)
this.$emit('on-result-change', param) this.$emit('on-result-change', param)
this.showModal = false
} }
}, },
_recordChange() { _recordChange() {
......
...@@ -188,6 +188,7 @@ export default { ...@@ -188,6 +188,7 @@ export default {
} }
console.log(param) console.log(param)
this.$emit('on-result-change', param) this.$emit('on-result-change', param)
this.showModal = false
} }
}, },
_recordChange() { _recordChange() {
......
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