Commit 279db73d by 姜雷

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

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