0
点赞
收藏
分享

微信扫一扫

前端工作总结265-跨组件传值

一天清晨 2022-09-17 阅读 158

putAction("/order/"+this.$parent.$parent.ListId+"/status",{
status:-1,
remark: this.remark
}).then(res=>{
this.$message({
message: '退回已提交',
type: 'success'
});
this.$emit("ok")
this.dialogVisible=false

跨组件传值



举报

相关推荐

0 条评论