|
@@ -111,6 +111,7 @@ export default {
|
|
|
.get('/orderInfo/get/' + this.$mp.query.id)
|
|
.get('/orderInfo/get/' + this.$mp.query.id)
|
|
|
.then(res => {
|
|
.then(res => {
|
|
|
this.hideLoading();
|
|
this.hideLoading();
|
|
|
|
|
+ // console.log(res);
|
|
|
this.cardCaseInfo = res.cardCase.collection;
|
|
this.cardCaseInfo = res.cardCase.collection;
|
|
|
this.ApplydetailList = res;
|
|
this.ApplydetailList = res;
|
|
|
this.store = res.store;
|
|
this.store = res.store;
|