From 85271d07bebd525c740fb64113b86b76a0b8bc35 Mon Sep 17 00:00:00 2001 From: weikai <123456> Date: Thu, 22 Oct 2020 19:09:17 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=AE=89=E5=AE=81pc=E7=AB=AF=20?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E7=A0=81=E7=AE=A1=E7=90=86=20?= =?UTF-8?q?=E3=80=91-=E3=80=90=E7=A8=8B=E5=BA=8F=E7=A0=81=E5=88=86?= =?UTF-8?q?=E7=B1=BB=E4=BF=AE=E6=94=B9=E3=80=91=E9=AD=8F=E5=87=AF=202020-1?= =?UTF-8?q?0-22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/sys/deptmacode-optimize.vue | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/views/modules/sys/deptmacode-optimize.vue b/src/views/modules/sys/deptmacode-optimize.vue index 0df39dc..f058da2 100644 --- a/src/views/modules/sys/deptmacode-optimize.vue +++ b/src/views/modules/sys/deptmacode-optimize.vue @@ -11,16 +11,16 @@ :props="{ checkStrictly: true }" clearable> - - - - - - + + + + + + + + + + {{ $t('query') }} @@ -135,7 +135,7 @@ export default { streetId: null, communityId: null, deptId: null, - leaderFlag: '0' + leaderFlag: '2' }, epidemicSentryPostVisible: false, upLoadUrl: '', @@ -145,9 +145,9 @@ export default { communityList: [], deptList: [], maCodeCategorys: [ - // { id: '0', name: '群众注册码' }, + // { value: '0', leader: '默认' }, // { id: '1', name: '网格长注册码' }, - { id: '2', name: '网格党支部注册码' } + { value: '2', leader: '网格党支部注册码' } ] } },