guhongwei 1 年之前
父节点
当前提交
6ce97cfe2b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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([]);