|
|
@@ -135,9 +135,6 @@ export default {
|
|
|
return this.$store.state.applyPurchase.purchaseManList.purchaseManDetail
|
|
|
.data
|
|
|
},
|
|
|
- // user() {
|
|
|
- // return this.$store.state.option.user
|
|
|
- // },
|
|
|
purchaseManListData() {
|
|
|
return this.$store.state.applyPurchase.purchaseManList.purchaseManList
|
|
|
.data.content
|
|
|
@@ -191,8 +188,8 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
sendApplyPurchase() {
|
|
|
- console.log(this)
|
|
|
- if (this.options.user.logged) {
|
|
|
+ console.log(this.user)
|
|
|
+ if (this.user.logged) {
|
|
|
this.showsendApplyBox = true
|
|
|
} else {
|
|
|
this.showLoginBox = true
|