Commit 6b030a21 authored by “lixuyan”'s avatar “lixuyan”

装配流程图调试

parent 040a2f6b
...@@ -62,8 +62,8 @@ export default { ...@@ -62,8 +62,8 @@ export default {
) )
.then((res) => { .then((res) => {
if (res && res.message.includes('成功')) { if (res && res.message.includes('成功')) {
this.imgLeft = res.items['左'] this.imgLeft = res.items.left
this.imgRight = res.items['右'] this.imgRight = res.items.right
} else { } else {
this.$message({ this.$message({
showClose: true, showClose: true,
......
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