Commit c02d87081a0d04a740a9d7377efab48c9ef870c2

Authored by wuxw
1 parent 6b4d61b5

解决 格式化bug

src/components/fee/simplifyRoomFee.vue
... ... @@ -522,6 +522,7 @@ export default {
522 522 })
523 523 },
524 524 changeSimplifyRoomConfigId() {
  525 + this.handleNotify()
525 526 this.$emit('notify', {})
526 527 },
527 528 simplifyRoomGetFeeOwnerInfo(attrs) {
... ...