参数 编码接收 带入

This commit is contained in:
13218645326 2023-12-24 19:21:16 +08:00
parent 073e3ef0ef
commit aba64697fe
2 changed files with 8 additions and 7 deletions

View File

@ -142,6 +142,7 @@
taskId: that.taskId, taskId: that.taskId,
arr: arrList arr: arrList
} }
console.log("backMaterialReceiveparams",params)
// //
that.$api.backMaterialReceive.backMaterialSetCodeBack(params, null).then(res => { that.$api.backMaterialReceive.backMaterialSetCodeBack(params, null).then(res => {
console.log(res); console.log(res);
@ -172,7 +173,7 @@
console.log("init",params); console.log("init",params);
this.typeId = params.typeId this.typeId = params.typeId
this.num = params.num this.num = params.num
this.parentId = params.parentId this.parentId = params.id
this.manageType = params.manageType this.manageType = params.manageType
this.createBy=params.userId this.createBy=params.userId
this.taskId = params.taskId this.taskId = params.taskId

File diff suppressed because one or more lines are too long