Commit 90bf2614 authored by huhaiqing's avatar huhaiqing

修改提单制作审核跳转不关闭界面

parent 0519d30a
...@@ -158,6 +158,9 @@ export default { ...@@ -158,6 +158,9 @@ export default {
if (type === "query") { if (type === "query") {
this.getBillList(); this.getBillList();
} }
if(type === 'close'){
this.$emit("closeDialog");
}
}, },
handleCommand(type, row) { handleCommand(type, row) {
switch (type) { switch (type) {
......
...@@ -201,6 +201,7 @@ export default { ...@@ -201,6 +201,7 @@ export default {
this.$emit("closeDialog", type); this.$emit("closeDialog", type);
}, },
jumpReviewDetail() { jumpReviewDetail() {
this.close('close')
const { bpmProcessId } = this.currData; const { bpmProcessId } = this.currData;
toReviewDetail.apply(this, [bpmProcessId]); toReviewDetail.apply(this, [bpmProcessId]);
}, },
...@@ -249,6 +250,6 @@ export default { ...@@ -249,6 +250,6 @@ export default {
::v-deep .el-dialog__body{ ::v-deep .el-dialog__body{
padding-top: 0; padding-top: 0;
} }
} }
</style> </style>
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