From c5f7eac8509e9d9b37b6a4cfb26f5725cfd7c910 Mon Sep 17 00:00:00 2001 From: zhang chengzhi <3144712872@qq.com> Date: Fri, 4 Oct 2024 10:36:25 +0800 Subject: [PATCH] =?UTF-8?q?feat():=E4=BC=98=E5=8C=96=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=2010.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/request.js | 2 +- src/views/enterprise/index.vue | 1 + src/views/system/manage/template/index.vue | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/utils/request.js b/src/utils/request.js index 406490d..b32f1a5 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -17,7 +17,7 @@ const service = axios.create({ // axios中请求配置有baseURL选项,表示请求URL公共部分 baseURL: process.env.VUE_APP_BASE_API, // 超时 - timeout: 10000 + timeout: 100000 }) // request拦截器 diff --git a/src/views/enterprise/index.vue b/src/views/enterprise/index.vue index eef7893..d974b83 100644 --- a/src/views/enterprise/index.vue +++ b/src/views/enterprise/index.vue @@ -324,6 +324,7 @@ export default { this.open = false; this.getList(); }); + loading.close(); } } }); diff --git a/src/views/system/manage/template/index.vue b/src/views/system/manage/template/index.vue index 94acfa6..fcf2ed0 100644 --- a/src/views/system/manage/template/index.vue +++ b/src/views/system/manage/template/index.vue @@ -140,13 +140,13 @@ export default { }, open(typeId){ alert(typeId) - params=typeId + this.params=typeId findCarmsgListByModelId(params).then(res => { this.msgTable = res.data }) }, handleTypeTabClick(typeId){ - params=typeId + this.params=typeId findCarmsgListByModelId(params).then(res => { this.msgTable = res.data