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: {