Commit 8c40dcb5 authored by 廖旭伟's avatar 廖旭伟

Merge remote-tracking branch 'origin/master'

parents 35235ddb 1a10f7a7
......@@ -41,7 +41,6 @@ export default {
if (this.type == "staff") {
label = this.info.map((item) => item.name);
value = this.info.map((item) => item.sendBusinessCardTimes);
console.log(this.info);
} else {
label = this.info.map((item) => item.companyName);
value = this.info.map((item) => item.businessCardNums);
......
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