提交 3d7eda8b 编写于 作者: “grape”'s avatar “grape”

this.$emit

上级 4484958c
...@@ -406,7 +406,7 @@ export default class DepositInterestTrial extends Vue{ ...@@ -406,7 +406,7 @@ export default class DepositInterestTrial extends Vue{
}); });
} }
activated(){ activated(){
eventBus.$on("reset",function (data){ eventBus.$on("reset",function (this:any,data:any){
console.log("@#######@@#@#@#@"+data); console.log("@#######@@#@#@#@"+data);
if(data==-1){ if(data==-1){
this.clearData(); this.clearData();
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册