diff --git a/src/views/report/Learningpathmap.vue b/src/views/report/Learningpathmap.vue index cb06ca47..e67ba079 100644 --- a/src/views/report/Learningpathmap.vue +++ b/src/views/report/Learningpathmap.vue @@ -10,7 +10,7 @@ v-model:value="orgId" style="width: 100%" placeholder="请选择归属组织" - :allowClear="allowClear" + :allowClear = false :fieldNames="{ label: 'orgName', value: 'organizationId', @@ -143,11 +143,9 @@ import downLoad from "../../utils/downLoad"; import Cookies from "vue-cookies"; import axios from "axios"; import dayjs from "dayjs"; -import { useStore } from "vuex"; export default { name: "LearningPathMap", setup() { - const store = useStore(); const state = reactive({ tableLoading: false, // table加载图标 tableDataTotal: 0, // 数据总条数