分割后的宗地切换时更新面积分摊表数据
Showing
1 changed file
with
7 additions
and
1 deletions
| ... | @@ -209,7 +209,10 @@ | ... | @@ -209,7 +209,10 @@ |
| 209 | let num = this.mjftData.list.length ? this.mjftData.list.length : 0 | 209 | let num = this.mjftData.list.length ? this.mjftData.list.length : 0 |
| 210 | self.mjftData.dzwdys = num | 210 | self.mjftData.dzwdys = num |
| 211 | return num; | 211 | return num; |
| 212 | } | 212 | }, |
| 213 | zdbsm() { | ||
| 214 | return this.$route.query.bsm; | ||
| 215 | }, | ||
| 213 | }, | 216 | }, |
| 214 | created() { | 217 | created() { |
| 215 | console.log("create init...") | 218 | console.log("create init...") |
| ... | @@ -239,6 +242,9 @@ | ... | @@ -239,6 +242,9 @@ |
| 239 | "$store.state.zddm": function (zddm) { | 242 | "$store.state.zddm": function (zddm) { |
| 240 | this.zddm = zddm | 243 | this.zddm = zddm |
| 241 | }, | 244 | }, |
| 245 | zdbsm: function (val) { | ||
| 246 | this.getData(val); | ||
| 247 | }, | ||
| 242 | } | 248 | } |
| 243 | } | 249 | } |
| 244 | </script> | 250 | </script> | ... | ... |
-
Please register or sign in to post a comment