|
@@ -121,7 +121,6 @@
|
|
//售后详情
|
|
//售后详情
|
|
let arr = await that.$api(`/afterSale/${that.id}`, 'GET')
|
|
let arr = await that.$api(`/afterSale/${that.id}`, 'GET')
|
|
if (arr.errcode == '0') {
|
|
if (arr.errcode == '0') {
|
|
- console.log(arr.data);
|
|
|
|
let status = that.statusList.find(i => i.value == arr.data.status)
|
|
let status = that.statusList.find(i => i.value == arr.data.status)
|
|
if (status) arr.data.zhStatus = status.label;
|
|
if (status) arr.data.zhStatus = status.label;
|
|
let type = that.typeList.find(i => i.value == arr.data.type)
|
|
let type = that.typeList.find(i => i.value == arr.data.type)
|