mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-08-06 02:47:29 +08:00
feat(invoiceModal): 发票弹窗组件新增 change 事件
- 在发票弹窗中增加 change 事件 emit,便于父组件监听数据变化 - 优化 coupon-publish 组件的 selectedMember、selectedList 绑定,完善会员选择功能
This commit is contained in:
@@ -92,6 +92,7 @@ import { mobile, email } from '@/plugins/RegExp.js';
|
||||
|
||||
export default {
|
||||
name: 'invoiceModal',
|
||||
emits: ['change'],
|
||||
data () {
|
||||
return {
|
||||
invoice: 1, // 1 电子普通发票 2 增值税专用发票
|
||||
|
||||
Reference in New Issue
Block a user