提交 182ce9f8 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 bab6ca41
...@@ -252,7 +252,7 @@ export default { ...@@ -252,7 +252,7 @@ export default {
this.detail = Array.isArray(response) ? {} : response this.detail = Array.isArray(response) ? {} : response
if ( if (
(this.detail.status === 1 || this.detail.status2 === 1) && (this.detail.status === 1 || this.detail.status2 === 1) &&
!(this.detail.status === -1 || this.detail.status2 === -1) !([-1, -2].includes(this.detail.status) || [-1, -2].includes(this.detail.status2))
) { ) {
this.dialogVisible = true this.dialogVisible = true
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论