|
|
@ -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) |
|
|
|