feat(invoiceModal): 发票弹窗组件新增 change 事件

- 在发票弹窗中增加 change 事件 emit,便于父组件监听数据变化
- 优化 coupon-publish 组件的 selectedMember、selectedList 绑定,完善会员选择功能
This commit is contained in:
田香琪
2026-07-21 17:01:38 +08:00
parent 829d3e65e7
commit 12291ad4d5
3 changed files with 57 additions and 21 deletions

View File

@@ -92,6 +92,7 @@ import { mobile, email } from '@/plugins/RegExp.js';
export default {
name: 'invoiceModal',
emits: ['change'],
data () {
return {
invoice: 1, // 1 电子普通发票 2 增值税专用发票