Commit 279db73d by 姜雷

添加用户卡片刷新豆数据方法

parent b5a6f244
......@@ -7,6 +7,7 @@
:customerPhone="customerPhone"
:showMoney="showMoney"
:visible="visible"
ref="UserInfo"
/>
<div class="right-part">
<div class="el-dialog__header">
......@@ -45,6 +46,11 @@ export default {
default: false,
},
},
methods: {
refreshBeanData() {
this.$refs.UserInfo.getAllData();
},
},
};
</script>
......
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