|
@@ -19,7 +19,7 @@
|
|
|
{{ nowData.dealerName }}
|
|
|
</div>
|
|
|
<div style="overflow: hidden;">
|
|
|
- <div style="padding-right: 3pt;float: left;">
|
|
|
+ <div style="padding-right: 3pt;float: left;width:80%;">
|
|
|
<div class="shelfName" style="margin-bottom: 2pt;">
|
|
|
{{ nowData.shelfInfo.shelfName }}
|
|
|
</div>
|
|
@@ -88,7 +88,7 @@ export default {
|
|
|
this.nowData.dealerName = dearInfo.orgName
|
|
|
this.nowData.dealerSn = dearInfo.orgSn
|
|
|
this.nowData.parintUser = dearInfo.userNameCN
|
|
|
- console.log(this.$store.state.user.info)
|
|
|
+ console.log(this.list)
|
|
|
}
|
|
|
},
|
|
|
watch: {
|
|
@@ -99,6 +99,8 @@ export default {
|
|
|
// 重定义的弹框状态
|
|
|
isShow (newValue, oldValue) {
|
|
|
if (!newValue) {
|
|
|
+ this.nowData = null
|
|
|
+ this.list = []
|
|
|
this.$emit('close')
|
|
|
}
|
|
|
}
|