Commit f251984b authored by 廖旭伟's avatar 廖旭伟

Merge remote-tracking branch 'origin/master'

parents 9e8f293a 67082e52
......@@ -82,7 +82,11 @@ export default {
this.queryform.dateTimeStart = this.time ? this.time[0] : null;
this.queryform.dateTimeEnd = this.time ? this.time[1] : null;
this.queryform.productId == 1
? (this.queryform.businessCodeList = ["iDCardSignIn"])
? (this.queryform.businessCodeList = [
"iDCardSignIn",
"mobCheck_in",
"qrCode",
])
: "";
console.log(this.queryform);
getUsageCensus(this.queryform).then((res) => {
......
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