|
@@ -157,7 +157,7 @@ export default {
|
|
|
this.visible = false
|
|
|
if (record.targetCode === 'out_store_back') { // 仓库审批跳转到仓库审批页面
|
|
|
fetchOutStoreForm({ id: record.targetId }).then(res => {
|
|
|
- const templateData = res.data.detailList
|
|
|
+ const templateData = res.data
|
|
|
const recordTemp = res.data
|
|
|
recordTemp.taskId = record.taskId
|
|
|
recordTemp.remark = record.targetCode
|