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