|
@@ -144,11 +144,13 @@ export default {
|
|
|
content: '创建成功',
|
|
|
timestamp: '2018-04-11'
|
|
|
}],
|
|
|
- isFront: JSON.parse(localStorage.getItem('supply_user')).isFront,
|
|
|
+ isFront:null,
|
|
|
|
|
|
}
|
|
|
},
|
|
|
created() {
|
|
|
+ this.isFront = JSON.parse(localStorage.getItem('supply_user')).isFront
|
|
|
+
|
|
|
if (this.detailsId) {
|
|
|
getFrontOrderDetail({ id: this.detailsId }).then(res => {
|
|
|
this.dataList = res.data.orders
|