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
跨组件传值