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

 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

跨组件传值

posted @ 2022-09-16 22:44  前端导师歌谣  阅读(5)  评论(0)    收藏  举报