|
@@ -667,6 +667,13 @@ export default {
|
|
|
this.$set(this.dto, 'PayIdList', PayIdList)
|
|
|
}
|
|
|
})
|
|
|
+ _getDownloadUrl().then((res) => {
|
|
|
+ this.BillDownloadUrlList = res
|
|
|
+ if (res && res.length > 0) {
|
|
|
+ const BillDownloadUrl = res[0].Url
|
|
|
+ this.$set(this.dto, 'BillDownloadUrl', BillDownloadUrl)
|
|
|
+ }
|
|
|
+ })
|
|
|
})
|
|
|
_getDockingPlatform().then((response) => {
|
|
|
this.Dockingplatform = response
|
|
@@ -711,9 +718,6 @@ export default {
|
|
|
this.WXUserId = resp.WXUserId
|
|
|
})
|
|
|
}
|
|
|
- _getDownloadUrl().then((res) => {
|
|
|
- this.BillDownloadUrlList = res
|
|
|
- })
|
|
|
|
|
|
},
|
|
|
methods: {
|