From c5ec0968f9340db52ea6f5befa7cbff37a8dc16c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=B9=8F=E9=A3=9E?= Date: Sat, 30 May 2020 22:36:02 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=BE=85=E8=AE=A4=E8=AF=81=E3=80=91-?= =?UTF-8?q?=E3=80=90=E5=BF=85=E9=A1=BB=E8=BE=93=E5=85=A5=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E3=80=91-lipf-20200530?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/user/user-add-or-update.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/modules/user/user-add-or-update.vue b/src/views/modules/user/user-add-or-update.vue index 7830b870..e18f304f 100644 --- a/src/views/modules/user/user-add-or-update.vue +++ b/src/views/modules/user/user-add-or-update.vue @@ -191,6 +191,7 @@ export default { ...res.data } this.dataForm.tagIds = [] + this.dataForm.state = '3' }).catch(() => { }) this.$http.get(`/app-user/usergrid/listUserGrid/${this.dataForm.id}`).then(({ data: res }) => { if (res.code !== 0) {