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
跨组件传值
微信扫一扫
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
跨组件传值
相关推荐