1
This commit is contained in:
@@ -1619,7 +1619,7 @@ export default {
|
|||||||
copyRebateRecordText(row) {
|
copyRebateRecordText(row) {
|
||||||
try {
|
try {
|
||||||
// 前5列:空(发过运营、需要重发运营、已经重发、需要二次重发运营、二次重发)
|
// 前5列:空(发过运营、需要重发运营、已经重发、需要二次重发运营、二次重发)
|
||||||
const emptyCols = ['', '', '', '', '']
|
const emptyCols = []
|
||||||
|
|
||||||
// 单号:orderId
|
// 单号:orderId
|
||||||
const orderId = row.orderId || ''
|
const orderId = row.orderId || ''
|
||||||
|
|||||||
Reference in New Issue
Block a user