diff --git a/epmet-oper-web/src/views/modules/customer/customize/CategoryEdit.vue b/epmet-oper-web/src/views/modules/customer/customize/CategoryEdit.vue new file mode 100644 index 0000000..22e819d --- /dev/null +++ b/epmet-oper-web/src/views/modules/customer/customize/CategoryEdit.vue @@ -0,0 +1,203 @@ + + + + + diff --git a/epmet-oper-web/src/views/modules/customer/customize/CategoryList.vue b/epmet-oper-web/src/views/modules/customer/customize/CategoryList.vue index 25da92a..c50c417 100644 --- a/epmet-oper-web/src/views/modules/customer/customize/CategoryList.vue +++ b/epmet-oper-web/src/views/modules/customer/customize/CategoryList.vue @@ -1,332 +1,232 @@ + 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() // 解决表格错位