|
|
@ -133,7 +133,7 @@ |
|
|
<!--组件弹窗--> |
|
|
<!--组件弹窗--> |
|
|
<div> |
|
|
<div> |
|
|
<!-- 修改信息 --> |
|
|
<!-- 修改信息 --> |
|
|
<el-dialog title="分诊排队" :visible.sync="dialogWin.queue" width="800px" :append-to-body="true" |
|
|
|
|
|
|
|
|
<el-dialog title="分诊排队" :visible.sync="dialogWinQueue" width="800px" :append-to-body="true" |
|
|
:close-on-click-modal="false"> |
|
|
:close-on-click-modal="false"> |
|
|
<Queue :refParams="queueParams" /> |
|
|
<Queue :refParams="queueParams" /> |
|
|
</el-dialog> |
|
|
</el-dialog> |
|
|
@ -187,7 +187,7 @@ export default { |
|
|
// 避免单击事件与双击事件冲突 |
|
|
// 避免单击事件与双击事件冲突 |
|
|
clickTime1: 0, |
|
|
clickTime1: 0, |
|
|
clickTime2: 0, |
|
|
clickTime2: 0, |
|
|
|
|
|
|
|
|
|
|
|
dialogWinQueue:false, |
|
|
}; |
|
|
}; |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
@ -552,7 +552,7 @@ export default { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
this.dataTransOpts.plus.queue++; |
|
|
this.dataTransOpts.plus.queue++; |
|
|
this.dialogWin.queue = true; |
|
|
|
|
|
|
|
|
this.dialogWinQueue = true; |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
// 选择候诊人员 |
|
|
// 选择候诊人员 |
|
|
|