guhongwei il y a 1 an
Parent
commit
6ce97cfe2b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/spatentadmin/info/index.vue

+ 1 - 1
src/views/spatentadmin/info/index.vue

@@ -121,7 +121,7 @@ let termList: Ref<any> = ref([]);
 let typeList: Ref<any> = ref([]);
 
 // 弹框
-const dialog: Ref<any> = ref({ title: '批量导入', show: true, type: '5' });
+const dialog: Ref<any> = ref({ title: '批量导入', show: false, type: '1' });
 // 批量分配
 const selectList: Ref<any> = ref([]);