Commit 0f504466 by 吕明尚

优惠卷显示双向绑定

parent 45ea268b
......@@ -408,6 +408,9 @@ export default {
couponId: null,
couponCode: null,
name: null,
storeId: '',
packageId: '',
orderType: '',
roomType: null,
couponTimeStart: null,
couponTimeEnd: null,
......
......@@ -320,6 +320,8 @@ export default {
pageNum: 1,
pageSize: 10,
name: null,
packageId: '',
orderType: '',
couponType: null,
duration: null,
minPrice: null,
......
......@@ -357,6 +357,8 @@ export default {
pageNum: 1,
pageSize: 10,
name: null,
packageId: '',
orderType: '',
couponType: null,
duration: null,
minPrice: null,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment