|
@@ -144,7 +144,7 @@
|
|
console.log(res,'rrrrrrrr')
|
|
console.log(res,'rrrrrrrr')
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
this.orderInfo = res.data
|
|
this.orderInfo = res.data
|
|
- this.orderInfo.reserveTime = moment(this.orderInfo.confirmDate).format('YYYY-MM-DD') + this.orderInfo.reserveTimeType
|
|
|
|
|
|
+ this.orderInfo.reserveTime = moment(this.orderInfo.confirmDate).format('YYYY-MM-DD') + this.orderInfo.reserveTimeTypeDictValue
|
|
let data = this.$refs.rubbishType.getDataList()
|
|
let data = this.$refs.rubbishType.getDataList()
|
|
// 重组类型数据
|
|
// 重组类型数据
|
|
data.map(k =>{
|
|
data.map(k =>{
|