diff --git a/src/views/components/resiForm.vue b/src/views/components/resiForm.vue index 553ab8df..25d55251 100644 --- a/src/views/components/resiForm.vue +++ b/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)