代码优化
Showing
2 changed files
with
2 additions
and
54 deletions
| ... | @@ -121,59 +121,7 @@ export default { | ... | @@ -121,59 +121,7 @@ export default { |
| 121 | "/announcement_template": "PSH019", | 121 | "/announcement_template": "PSH019", |
| 122 | "/business_management": "PSH020", | 122 | "/business_management": "PSH020", |
| 123 | }, | 123 | }, |
| 124 | pd: [ | 124 | pd: [], |
| 125 | { | ||
| 126 | mc: "行政区(1)", | ||
| 127 | children: [], | ||
| 128 | }, | ||
| 129 | { | ||
| 130 | mc: "行政区(2)", | ||
| 131 | children: [ | ||
| 132 | { | ||
| 133 | mc: "地籍区1", | ||
| 134 | children: [], | ||
| 135 | }, | ||
| 136 | { | ||
| 137 | mc: "地籍区2", | ||
| 138 | children: [ | ||
| 139 | { | ||
| 140 | mc: "国有", | ||
| 141 | children: [ | ||
| 142 | { | ||
| 143 | mc: "宗地代码1933", | ||
| 144 | isZD: true, | ||
| 145 | }, | ||
| 146 | { | ||
| 147 | mc: "自然幢2100", | ||
| 148 | isZD: false, | ||
| 149 | }, | ||
| 150 | ], | ||
| 151 | }, | ||
| 152 | ], | ||
| 153 | }, | ||
| 154 | { | ||
| 155 | label: "地籍区3", | ||
| 156 | children: [], | ||
| 157 | }, | ||
| 158 | { | ||
| 159 | label: "地籍区4", | ||
| 160 | children: [], | ||
| 161 | }, | ||
| 162 | ], | ||
| 163 | }, | ||
| 164 | { | ||
| 165 | mc: "行政区(3)", | ||
| 166 | children: [], | ||
| 167 | }, | ||
| 168 | { | ||
| 169 | mc: "行政区(4)", | ||
| 170 | children: [], | ||
| 171 | }, | ||
| 172 | { | ||
| 173 | mc: "行政区(5)", | ||
| 174 | children: [], | ||
| 175 | }, | ||
| 176 | ], | ||
| 177 | dialogVisible: false, | 125 | dialogVisible: false, |
| 178 | }; | 126 | }; |
| 179 | }, | 127 | }, | ... | ... |
| ... | @@ -212,7 +212,7 @@ export default { | ... | @@ -212,7 +212,7 @@ export default { |
| 212 | this.getXzqList(); | 212 | this.getXzqList(); |
| 213 | }, | 213 | }, |
| 214 | mounted() { | 214 | mounted() { |
| 215 | console.log(this,'this'); | 215 | //判断是新建流程还是添加定着物唤起的弹框 |
| 216 | this.activeName = this.auth ? 'zrz':'zd' | 216 | this.activeName = this.auth ? 'zrz':'zd' |
| 217 | }, | 217 | }, |
| 218 | methods: { | 218 | methods: { | ... | ... |
-
Please register or sign in to post a comment