From 113efa89aebd6b92b5ea166a0763e1e88e8e8dee Mon Sep 17 00:00:00 2001 From: zhangdingyu <974548713@qq.com> Date: Sat, 21 Sep 2019 09:38:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/request.js | 2 +- .../ProjectTotalSearch/index.vue | 3 ++ .../PurchasingCenter/SetPayPlan/index.vue | 30 +++++++++++++++++-- .../InvoiceSettlementApplication1/index.vue | 10 +++---- 4 files changed, 36 insertions(+), 9 deletions(-) diff --git a/src/utils/request.js b/src/utils/request.js index 8eaacaf2..b5b44666 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -23,7 +23,7 @@ export const downloadFileMachine = `http://192.168.1.231:8411/submit/downloadFil export const MESUploadFile = `http://192.168.1.231:8411/submit/MESUploadFile.ashx` export const MESDownloadFile = `http://192.168.1.231:8411/submit/MESDownloadFile.ashx` const service = axios.create({ - baseURL: `http://192.168.1.231:8411/submit/MESCommonBase.ashx`, + baseURL: `http://192.168.0.103:8411/submit/MESCommonBase.ashx`, timeout: 1500000 // 请求超时时间 }) diff --git a/src/views/PurchasingCenter/ProjectTotalSearch/index.vue b/src/views/PurchasingCenter/ProjectTotalSearch/index.vue index c6af2843..74e3c374 100644 --- a/src/views/PurchasingCenter/ProjectTotalSearch/index.vue +++ b/src/views/PurchasingCenter/ProjectTotalSearch/index.vue @@ -206,4 +206,7 @@ export default { .el-date-editor{ width:300px } + .el-table__footer-wrapper { + height: 500px; + } diff --git a/src/views/PurchasingCenter/SetPayPlan/index.vue b/src/views/PurchasingCenter/SetPayPlan/index.vue index 47c99288..c2900696 100644 --- a/src/views/PurchasingCenter/SetPayPlan/index.vue +++ b/src/views/PurchasingCenter/SetPayPlan/index.vue @@ -34,9 +34,9 @@ size="mini" @row-click="searchContract" @expand-change="searchPlan"> - +