修改提交方式
Showing
78 changed files
with
7 additions
and
3 deletions
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
File moved
... | @@ -331,7 +331,11 @@ export default { | ... | @@ -331,7 +331,11 @@ export default { |
331 | this.data.cityId = this.cityList[0].v; | 331 | this.data.cityId = this.cityList[0].v; |
332 | }, | 332 | }, |
333 | onAgreeHandler() { | 333 | onAgreeHandler() { |
334 | let acceptMessage = !this.data.acceptMessage; | 334 | let acceptMessage = 0; |
335 | if (this.data.acceptMessage == 0) { | ||
336 | acceptMessage = 1; | ||
337 | } | ||
338 | |||
335 | this.$set(this.data, "acceptMessage", acceptMessage); | 339 | this.$set(this.data, "acceptMessage", acceptMessage); |
336 | }, | 340 | }, |
337 | initData() { | 341 | initData() { |
... | @@ -362,7 +366,7 @@ export default { | ... | @@ -362,7 +366,7 @@ export default { |
362 | // 获取省份 | 366 | // 获取省份 |
363 | this.provinceList = getCnProvinceList(this.$i18n.locale); | 367 | this.provinceList = getCnProvinceList(this.$i18n.locale); |
364 | 368 | ||
365 | 369 | ||
366 | // if (this.dataInit) { | 370 | // if (this.dataInit) { |
367 | // return; | 371 | // return; |
368 | // } | 372 | // } |
... | @@ -373,7 +377,7 @@ export default { | ... | @@ -373,7 +377,7 @@ export default { |
373 | return; | 377 | return; |
374 | } | 378 | } |
375 | // this.data = null; | 379 | // this.data = null; |
376 | 380 | ||
377 | let param = { | 381 | let param = { |
378 | policyId: this.selectedPolicies[0].id, | 382 | policyId: this.selectedPolicies[0].id, |
379 | policyCode: this.selectedPolicies[0].code | 383 | policyCode: this.selectedPolicies[0].code | ... | ... |
-
Please register or sign in to post a comment