|
@@ -102,6 +102,15 @@ export default {
|
|
|
this.loadStatus = 2
|
|
|
this.list = res?.data?.records || []
|
|
|
})
|
|
|
+ if (this.tab == 'DS') {
|
|
|
+ this.$api.post('/worker/myDsWebsit').then(res => {
|
|
|
+ this.baoxiandangqianxianxitishi = res.data
|
|
|
+ })
|
|
|
+ } else {
|
|
|
+ this.$api.post('/worker/myWebsit').then(res => {
|
|
|
+ this.baoxiandangqianxianxitishi = res.data
|
|
|
+ })
|
|
|
+ }
|
|
|
},
|
|
|
methods: {
|
|
|
qugoumai() {
|
|
@@ -125,6 +134,15 @@ export default {
|
|
|
this.loadStatus = 2
|
|
|
this.list = res?.data?.records || []
|
|
|
})
|
|
|
+ if (this.tab == 'DS') {
|
|
|
+ this.$api.post('/worker/myDsWebsit').then(res => {
|
|
|
+ this.baoxiandangqianxianxitishi = res.data
|
|
|
+ })
|
|
|
+ } else {
|
|
|
+ this.$api.post('/worker/myWebsit').then(res => {
|
|
|
+ this.baoxiandangqianxianxitishi = res.data
|
|
|
+ })
|
|
|
+ }
|
|
|
},
|
|
|
|
|
|
// 触发下拉刷新
|