Commit 35edec52 by crushh

update: dist

parent b002356b
......@@ -319,7 +319,6 @@ export default {
};
this.tableHeader.unshift(head);
this.tableHeader = this.tableHeader.concat(smsFlagHead);
console.log(this.tableHeader);
this.loading = true;
const { activityId, search, storeGroupId, pageNum, pageSize, orderBy } = this.form;
try {
......@@ -440,7 +439,6 @@ export default {
];
}
this.tableHeader = [...tableHead];
console.log(this.tableHeader);
this.aiStoreOutboundRank();
},
radioChange(data) {
......
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