Commit 0f504466 by 吕明尚

优惠卷显示双向绑定

parent 45ea268b
...@@ -408,6 +408,9 @@ export default { ...@@ -408,6 +408,9 @@ export default {
couponId: null, couponId: null,
couponCode: null, couponCode: null,
name: null, name: null,
storeId: '',
packageId: '',
orderType: '',
roomType: null, roomType: null,
couponTimeStart: null, couponTimeStart: null,
couponTimeEnd: null, couponTimeEnd: null,
......
...@@ -320,6 +320,8 @@ export default { ...@@ -320,6 +320,8 @@ export default {
pageNum: 1, pageNum: 1,
pageSize: 10, pageSize: 10,
name: null, name: null,
packageId: '',
orderType: '',
couponType: null, couponType: null,
duration: null, duration: null,
minPrice: null, minPrice: null,
......
...@@ -357,6 +357,8 @@ export default { ...@@ -357,6 +357,8 @@ export default {
pageNum: 1, pageNum: 1,
pageSize: 10, pageSize: 10,
name: null, name: null,
packageId: '',
orderType: '',
couponType: null, couponType: null,
duration: null, duration: null,
minPrice: 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