-
- {{customerName}}
- 取消返回
- 自定义初始化
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
diff --git a/epmet-oper-web/src/views/modules/customer/customize/CustomerList.vue b/epmet-oper-web/src/views/modules/customer/customize/CustomerList.vue
index 5a77ca5..b2917a6 100644
--- a/epmet-oper-web/src/views/modules/customer/customize/CustomerList.vue
+++ b/epmet-oper-web/src/views/modules/customer/customize/CustomerList.vue
@@ -230,7 +230,7 @@ export default {
// 显示分类配置
showCategory (customerId, customerName) {
this.showType = 'category'
- console.log('ref_category', this.$refs['ref_category'])
+
this.$nextTick(() => {
this.$refs['ref_category'].initData(customerId, customerName)
})
diff --git a/epmet-oper-web/src/views/modules/customer/customize/FootbarList.vue b/epmet-oper-web/src/views/modules/customer/customize/FootbarList.vue
index 25da92a..7e9e250 100644
--- a/epmet-oper-web/src/views/modules/customer/customize/FootbarList.vue
+++ b/epmet-oper-web/src/views/modules/customer/customize/FootbarList.vue
@@ -165,7 +165,7 @@ export default {
...mapGetters(['clientHeight', 'env'])
},
activated () {
- debugger
+
this.$nextTick(() => {
if (this.activeName === 'gov') {
this.$refs['table_work'].doLayout() // 解决表格错位