Commit 3874b047 by lichengming

修改了申请处理页面

parent e5542eb4
...@@ -87,8 +87,15 @@ export default { ...@@ -87,8 +87,15 @@ export default {
}, },
mounted() { mounted() {
// this._dicSearch() // this._dicSearch()
this._getDisposeWay()
}, },
methods: { methods: {
_getDisposeWay: async function() {
const result = await soilSample.getDictList('土工处理方式')
if (result) {
this.handleWayList = result
}
},
_selectPerson() { _selectPerson() {
this.$refs.personModal._openGoup('申请人', 'itemTree') this.$refs.personModal._openGoup('申请人', 'itemTree')
}, },
......
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