Browse Source

调换借口

shibei_master
zhangyuan 3 years ago
parent
commit
b647bcd4ae
  1. 2
      src/views/modules/plugins/stats/factagencyuserhousedaily.vue

2
src/views/modules/plugins/stats/factagencyuserhousedaily.vue

@ -208,7 +208,7 @@ export default {
getGridList() {
const { user } = this.$store.state
this.$http
.post('/gov/org/icServiceProject/service/serviceScopeTree')
.post('/gov/org/userhouse/service/serviceScopeTree')
.then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)

Loading…
Cancel
Save