fix: 修改一些bug
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
VUE_APP_SCOPE=fengdu
|
VUE_APP_SCOPE=fengdu
|
||||||
#VUE_APP_API=https://web.fdfengshou.cn/
|
#VUE_APP_API=https://web.fdfengshou.cn/
|
||||||
VUE_APP_API=http://192.168.1.87:9000/
|
#VUE_APP_API=http://192.168.1.87:9000/
|
||||||
|
VUE_APP_API=http://test87web.cunwuyun.cn/
|
||||||
|
|||||||
@@ -87,7 +87,6 @@ export default {
|
|||||||
created() {
|
created() {
|
||||||
this.$dict.load('evaluatorType').then(() => {
|
this.$dict.load('evaluatorType').then(() => {
|
||||||
this.getDetail()
|
this.getDetail()
|
||||||
this.getList()
|
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -97,6 +96,7 @@ export default {
|
|||||||
const {code, data: {records}} = await this.instance.post('/app/appscoredetails/list', null, {
|
const {code, data: {records}} = await this.instance.post('/app/appscoredetails/list', null, {
|
||||||
params: {
|
params: {
|
||||||
shopId: this.params.shopId,
|
shopId: this.params.shopId,
|
||||||
|
openId:this.info.openId,
|
||||||
pages: 1000
|
pages: 1000
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@@ -113,7 +113,7 @@ export default {
|
|||||||
try {
|
try {
|
||||||
const {code, data} = await this.instance.post('/app/appshopassess/queryDetailById', null, {
|
const {code, data} = await this.instance.post('/app/appshopassess/queryDetailById', null, {
|
||||||
params: {
|
params: {
|
||||||
id: this.params.id
|
id: this.params.id,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
if (code === 0) {
|
if (code === 0) {
|
||||||
@@ -123,6 +123,7 @@ export default {
|
|||||||
url: item
|
url: item
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
await this.getList()
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(e)
|
console.error(e)
|
||||||
|
|||||||
@@ -185,7 +185,9 @@ export default {
|
|||||||
})
|
})
|
||||||
if (code === 0) {
|
if (code === 0) {
|
||||||
this.chartList = records?.reverse() || []
|
this.chartList = records?.reverse() || []
|
||||||
|
this.$nextTick(()=>{
|
||||||
this.initChart()
|
this.initChart()
|
||||||
|
})
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(e)
|
console.log(e)
|
||||||
|
|||||||
Reference in New Issue
Block a user