|
@@ -235,6 +235,7 @@ export default {
|
|
if (res.data.customer.is_check == '已签收' && this.info.status == '3') this.$set(this, `active`, 3);
|
|
if (res.data.customer.is_check == '已签收' && this.info.status == '3') this.$set(this, `active`, 3);
|
|
}
|
|
}
|
|
if (res.data.shop) {
|
|
if (res.data.shop) {
|
|
|
|
+ this.$set(this, `active`, 4);
|
|
let shopList = res.data.shop.list;
|
|
let shopList = res.data.shop.list;
|
|
this.$set(this, `shopList`, shopList);
|
|
this.$set(this, `shopList`, shopList);
|
|
shopList[0].color = '#0bbd87';
|
|
shopList[0].color = '#0bbd87';
|