Commit 1394bae8 by WH

fix:修复从入口交易进入其他交易时交易处理弹窗不消失的缺陷

parent fa167027
......@@ -128,6 +128,7 @@ export default {
inr: this.currentHandleRow.inr
}
});
this.initdialog = false;
},
// 关闭处理弹框
closeHandlerDialog() {
......
......@@ -128,6 +128,7 @@ export default {
inr: this.currentHandleRow.inr,
},
});
this.initdialog = false;
},
// 关闭处理弹框
closeHandlerDialog() {
......
......@@ -128,6 +128,7 @@ export default {
inr: this.currentHandleRow.inr
}
});
this.initdialog = false;
},
// 关闭处理弹框
closeHandlerDialog() {
......
......@@ -128,6 +128,7 @@ export default {
inr: this.currentHandleRow.inr
}
});
this.initdialog = false;
},
// 关闭处理弹框
closeHandlerDialog() {
......
......@@ -128,6 +128,7 @@ export default {
inr: this.currentHandleRow.inr
}
});
this.initdialog = false;
},
// 关闭处理弹框
closeHandlerDialog() {
......
......@@ -127,6 +127,7 @@ export default {
inr: this.currentHandleRow.inr
}
});
this.initdialog = false;
},
// 关闭处理弹框
closeHandlerDialog() {
......
......@@ -138,6 +138,7 @@ export default {
inr: this.currentHandleRow.inr
}
});
this.initdialog = false;
},
// 关闭处理弹框
closeHandlerDialog() {
......
......@@ -123,6 +123,7 @@ export default {
inr: this.currentHandleRow.inr
}
});
this.initdialog = false;
},
// 关闭处理弹框
closeHandlerDialog() {
......
......@@ -157,6 +157,7 @@ export default {
inr: this.currentHandleRow.inr
}
});
this.initdialog = false;
},
// 关闭处理弹框
closeHandlerDialog() {
......
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