Ver Fonte

状态管理

gks há 1 ano atrás
pai
commit
59734db1f6
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/JOINTCONFERENCE/add.vue

+ 1 - 1
src/views/JOINTCONFERENCE/add.vue

@@ -234,7 +234,7 @@ export default {
 
   methods: {
     radioChange(val) {
-      if (val == 1) {
+      if (val == 1 || val == 2) {
         this.isShowDate = false;
         return;
       }