Merge branch 'master' of http://yun.pashanhoo.com:9090/renchao/CadastralSystem
Showing
1 changed file
with
5 additions
and
4 deletions
... | @@ -278,9 +278,9 @@ export default { | ... | @@ -278,9 +278,9 @@ export default { |
278 | //重置数据 | 278 | //重置数据 |
279 | reset() { | 279 | reset() { |
280 | this.form = { | 280 | this.form = { |
281 | zrzbsm: "", | 281 | // zrzbsm: "", |
282 | ljzh: "", //逻辑幢号 | 282 | ljzh: "", //逻辑幢号 |
283 | zrzh: "", //自然幢号 | 283 | // zrzh: "", //自然幢号 |
284 | ljzmc: "", //逻辑幢顺序号 | 284 | ljzmc: "", //逻辑幢顺序号 |
285 | bdcdyh: "", //不动产单元号 | 285 | bdcdyh: "", //不动产单元号 |
286 | mph: "", //门牌号 | 286 | mph: "", //门牌号 |
... | @@ -340,8 +340,9 @@ export default { | ... | @@ -340,8 +340,9 @@ export default { |
340 | console.log(this.form); | 340 | console.log(this.form); |
341 | }, | 341 | }, |
342 | }, | 342 | }, |
343 | created() {}, | 343 | created() {this.form.zrzh = this.$store.state.zrzh;}, |
344 | mounted() {}, | 344 | mounted() { |
345 | }, | ||
345 | }; | 346 | }; |
346 | </script> | 347 | </script> |
347 | <style rel="stylesheet/less" lang="less" scoped> | 348 | <style rel="stylesheet/less" lang="less" scoped> | ... | ... |
-
Please register or sign in to post a comment