Commit 0669b1ff by lichengming
parents 90cd7ac0 fa1482ff
...@@ -620,6 +620,9 @@ export default { ...@@ -620,6 +620,9 @@ export default {
result[0].city, result[0].city,
result[0].area result[0].area
] ]
this.formObj.province = result[0].province
this.formObj.city = result[0].city
this.formObj.county = result[0].county
} }
}, },
_getAptitudeList: async function() { _getAptitudeList: async function() {
......
...@@ -84,22 +84,22 @@ export default { ...@@ -84,22 +84,22 @@ export default {
iconMsg: [ iconMsg: [
{ {
type: 'md-create', type: 'md-create',
id: 'send-test-meter-send-entrust-edit-operation', id: 'send-test-meter-send-entrust-edit-o',
name: '编辑' name: '编辑'
}, },
{ {
type: 'ios-beaker', type: 'ios-beaker',
id: 'send-test-meter-send-entrust-sample-manage-operation', id: 'send-test-meter-send-entrust-sample-manage-o',
name: '管理样品' name: '管理样品'
}, },
{ {
type: 'md-cloud', type: 'md-cloud',
id: 'send-test-meter-send-entrust-accessory-operation', id: 'send-test-meter-send-entrust-accessory-o',
name: '附件' name: '附件'
}, },
{ {
type: 'md-document', type: 'md-document',
id: 'send-test-meter-send-entrust-export-entrust-operation', id: 'send-test-meter-send-entrust-export-entrust-o',
name: '导出委托单' name: '导出委托单'
}, },
{ {
......
...@@ -205,7 +205,7 @@ export default { ...@@ -205,7 +205,7 @@ export default {
iconMsg: [ iconMsg: [
{ {
type: 'md-trash', type: 'md-trash',
id: 'send-test-meter-send-test-edit-remove-operation', id: 'send-test-meter-send-test-edit-remove-o',
name: '删除' name: '删除'
} }
], ],
......
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