diff --git a/src/components/ebiz/customer/formBlock.vue b/src/components/ebiz/customer/formBlock.vue index cc65b4840..93d606123 100644 --- a/src/components/ebiz/customer/formBlock.vue +++ b/src/components/ebiz/customer/formBlock.vue @@ -37,7 +37,7 @@ ref="certiexpiredate" @confirm="onDateConfirm($event, '1')" > -
+
diff --git a/src/views/ebiz/customer/customerList.vue b/src/views/ebiz/customer/customerList.vue index 4ee4e8223..5d483e7a8 100644 --- a/src/views/ebiz/customer/customerList.vue +++ b/src/views/ebiz/customer/customerList.vue @@ -106,8 +106,8 @@ export default { data() { return { searchVal: '', - show1: true, - show2: true, + show1: false, + show2: false, active1: 0, active2: 0, isFlag: false,