|
@@ -122,8 +122,12 @@ export default {
|
|
|
musicForm.goodsId = operationData.goodsId
|
|
|
musicForm.goodsName = operationData.goodsName
|
|
|
musicForm.status = operationData.status + ''
|
|
|
+ if(operationData.startTime && operationData.endTime) {
|
|
|
+ musicForm.date = [(operationData.startTime), (operationData.endTime)]
|
|
|
+ } else {
|
|
|
+ musicForm.date = []
|
|
|
+ }
|
|
|
|
|
|
- musicForm.date = [(operationData.startTime), (operationData.endTime)]
|
|
|
musicForm.id = operationData.id
|
|
|
}
|
|
|
},
|