pengjun 1 day ago
parent
commit
5a24a9cce8
  1. 6
      src/components/doctorCheck/QueueCheckList.vue

6
src/components/doctorCheck/QueueCheckList.vue

@ -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;
}, },
// //

Loading…
Cancel
Save