Commit abe58e93 by 李少勇

修改报错

parent fc9546d3
...@@ -80,7 +80,7 @@ export default { ...@@ -80,7 +80,7 @@ export default {
toGitopn() { toGitopn() {
// 点击开立,清空从待经办进来的时候带的行参数 // 点击开立,清空从待经办进来的时候带的行参数
this.updateToHandleRowData({ this.updateToHandleRowData({
[`row_${row.frm.toLowerCase()}`]: {} row_gitopn: {}
}) })
this.$router.history.push('/business-new/gitopn'); this.$router.history.push('/business-new/gitopn');
}, },
......
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