Commit b2fa0086 by huaying

fix: 核销记录商品选择器

parent 30633a98
......@@ -92,8 +92,8 @@ export default {
}
this.refresh();
},
refresh() {
if (!this.dateTime) {
refresh(e) {
if (e || !this.dateTime) {
this.checkedM = false;
this.checkedT = false;
}
......
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