Commit 5f26803c by 姜雷

修改用户弹出层接受数据

parent 7f79669f
......@@ -73,6 +73,10 @@ export default {
type: Boolean,
default: false,
},
showMoney: {
type: Boolean,
default: false,
},
},
data() {
return {
......@@ -123,6 +127,7 @@ export default {
{...updateVisible}
customerId={this.customerId}
visible={this.visible}
showMoney={this.showMoney}
title={this.title}
fullscreen={this.fullscreen}
top={this.top}
......@@ -146,6 +151,7 @@ export default {
{...updateVisible}
customerId={this.customerId}
visible={this.visible}
showMoney={this.showMoney}
title={this.title}
fullscreen={this.fullscreen}
top={this.top}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment