Browse Source

ff

shibei_master
13176889840 4 years ago
parent
commit
a482e282ff
  1. 2
      src/views/components/resiForm.vue

2
src/views/components/resiForm.vue

@ -673,7 +673,7 @@ export default {
const { user } = this.$store.state
console.log('agencyId', user)
this.$http
.post('/gov/org/customergrid/gridoption', { agencyId: user.agencyId })
.post('/gov/org/customergrid/gridoption', { agencyId: user.agencyId, purpose: 'addorupdate' })
.then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)

Loading…
Cancel
Save