From 086faa7d87f8eba25f78e1b91e1af03ef1883a49 Mon Sep 17 00:00:00 2001 From: hyt <958868763@qq.com> Date: Tue, 23 Jul 2024 18:14:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=91=A8=E4=B8=89=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=8F=90=E5=87=BA=E7=9A=84=E4=BD=8F=E6=95=B0=E6=8D=AE?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../integrationOptionV2/compoments/baseTableForm_v2.vue | 4 ++-- src/views/integrationOptionV2/index.vue | 5 +++-- vue.config.js | 3 ++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/views/integrationOptionV2/compoments/baseTableForm_v2.vue b/src/views/integrationOptionV2/compoments/baseTableForm_v2.vue index 9bfa33f..4acda5d 100644 --- a/src/views/integrationOptionV2/compoments/baseTableForm_v2.vue +++ b/src/views/integrationOptionV2/compoments/baseTableForm_v2.vue @@ -321,8 +321,7 @@
{ this.$refs.elTable.bodyWrapper.scrollTop = diff --git a/src/views/integrationOptionV2/index.vue b/src/views/integrationOptionV2/index.vue index e17d4a1..fe25f88 100644 --- a/src/views/integrationOptionV2/index.vue +++ b/src/views/integrationOptionV2/index.vue @@ -98,6 +98,7 @@ @onFunc="dialogTableDeleHandle" :funData="dialogfunData" :border="false" + :formIndex="index" table-height="30vh" >
@@ -395,7 +396,7 @@ export default { this.mainTabLoading = false this.pageModel.total = res.attribute.total this.tableData = [] - this.$nextTick(()=>{ + this.$nextTick(() => { this.tableData = res.attribute.list }) }, @@ -900,7 +901,7 @@ export default { // this.sendHandle(row.rowId) } }, - created() { + created() { this.init() } , diff --git a/vue.config.js b/vue.config.js index 793933f..f9ff94d 100644 --- a/vue.config.js +++ b/vue.config.js @@ -40,8 +40,9 @@ module.exports = { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { // target: `http://hzya.ufyct.com:9067/`, + target: `http://ufidahz.com.cn:9067/`, // target: `http://127.0.0.1:9081/`, - target: `http://192.168.2.78:9999`, + // target: `http://192.168.2.78:9999`, // target: `http://192.168.2.83:9999`, changeOrigin: true, pathRewrite: {