|
@@ -121,7 +121,7 @@ let termList: Ref<any> = ref([]);
|
|
let typeList: 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([]);
|
|
const selectList: Ref<any> = ref([]);
|
|
|
|
|