From 7ff5bfb476c0f89a06b4dfff0951a9775dee9636 Mon Sep 17 00:00:00 2001 From: 252535409 <252535409@qq.com> Date: Wed, 29 Nov 2023 00:03:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layouts/TabLayout.vue | 2 +- src/components/tools/Breadcrumb.vue | 2 +- src/mixins/JeecgListMixin.js | 2 +- src/views/ai/YsDirectory.vue | 7 +++---- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/components/layouts/TabLayout.vue b/src/components/layouts/TabLayout.vue index 59128e0..02d1eac 100644 --- a/src/components/layouts/TabLayout.vue +++ b/src/components/layouts/TabLayout.vue @@ -8,7 +8,7 @@ class="tab-layout-tabs" style="height: 55px" :hide-add="true" type="editable-card" @change="changePage" @tabClick="tabCallBack" @edit="editPage"> + :closable="!(page.meta.title == '资料袋管理')"> {{ page.meta.title }} diff --git a/src/components/tools/Breadcrumb.vue b/src/components/tools/Breadcrumb.vue index 2f804fb..86a13db 100644 --- a/src/components/tools/Breadcrumb.vue +++ b/src/components/tools/Breadcrumb.vue @@ -27,7 +27,7 @@ export default { this.breadList = [] //this.breadList.push({ name: 'dashboard-analysis', path: '/dashboard/analysis', meta: { title: '首页' } }) - this.breadList.push({ name: 'dashboard-analysis', path: '/ai/MaterialBagList', meta: { title: '首页' } }) + this.breadList.push({ name: 'dashboard-analysis', path: '/ai/MaterialBagList', meta: { title: '资料袋管理' } }) this.name = this.$route.name this.$route.matched.forEach((item) => { diff --git a/src/mixins/JeecgListMixin.js b/src/mixins/JeecgListMixin.js index abf6855..8c4e420 100644 --- a/src/mixins/JeecgListMixin.js +++ b/src/mixins/JeecgListMixin.js @@ -67,7 +67,7 @@ export const JeecgListMixin = { created() { if (!this.disableMixinCreated) { console.log(' -- mixin created -- ') - this.loadData(); + //this.loadData(); //初始化字典配置 在自己页面定义 this.initDictConfig(); } diff --git a/src/views/ai/YsDirectory.vue b/src/views/ai/YsDirectory.vue index a4928c5..0b82896 100644 --- a/src/views/ai/YsDirectory.vue +++ b/src/views/ai/YsDirectory.vue @@ -270,11 +270,9 @@ }, }, created() { - this.startTime = moment().startOf('year').format('YYYY-MM-DD') - this.endTime = moment().endOf('year').format('YYYY-MM-DD') - // this.initDictServe() + //this.startTime = moment().startOf('year').format('YYYY-MM-DD') + //this.endTime = moment().endOf('year').format('YYYY-MM-DD') this.getList() - // this.ws_connect() }, methods: { handleOk(){ @@ -346,6 +344,7 @@ }, // 获取列表数据 getList() { + console.log("-----ee----------",this.queryParams); this.loading = true getAction(this.url.acceptanceList, this.queryParams).then((res) => { if (res.success) {