Commit 477624e0 authored by jzc's avatar jzc

修改报错

parent 8d838949
......@@ -442,7 +442,7 @@ export default {
const toolRequestUseId = row.toolRequestUseId || this.ids;
getTmToolRequestUse(toolRequestUseId).then((response) => {
this.form = response.data;
this.tmToolRequestList = res.tmToolRequestUseItemList
this.tmToolRequestList = response.data.tmToolRequestUseItemList
this.open = true;
this.title = "修改刀模板领用单";
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment