fix(统计业务): 修复formatVipType引用
This commit is contained in:
@@ -142,6 +142,7 @@ export default {
|
|||||||
window.removeEventListener('resize', this.handleResize)
|
window.removeEventListener('resize', this.handleResize)
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
formatVipType,
|
||||||
handleResize() {
|
handleResize() {
|
||||||
this.calculateTableHeight()
|
this.calculateTableHeight()
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -134,6 +134,7 @@ export default {
|
|||||||
window.removeEventListener('resize', this.handleResize)
|
window.removeEventListener('resize', this.handleResize)
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
formatVipType,
|
||||||
handleResize() {
|
handleResize() {
|
||||||
this.calculateTableHeight()
|
this.calculateTableHeight()
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user