Commit 6d1503c3 authored by Gakki's avatar Gakki

修改问题3和9

parent c344e330
...@@ -159,7 +159,7 @@ export default { ...@@ -159,7 +159,7 @@ export default {
levelType: [ levelType: [
{ {
name: '层', name: '层',
key: '1' key: '1'
}, },
{ {
......
...@@ -199,6 +199,7 @@ export default { ...@@ -199,6 +199,7 @@ export default {
mounted(){ mounted(){
if (this.$route.name == 'propertyInfo') { if (this.$route.name == 'propertyInfo') {
this.$nextTick(function () { this.$nextTick(function () {
this.form.setFieldsValue({'managedNum': 'managedNum_desc'})
this.getSearchParams() this.getSearchParams()
}) })
} }
......
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