Browse Source

患者预约状态的未预约状态不参与时间筛选

360view
bianyaqi 2 years ago
parent
commit
589275b231
  1. 4
      public/index.html
  2. 3
      src/page-subspecialty/views/modules/nurseManagement/reservation/subList/index.vue

4
public/index.html

@ -39,8 +39,8 @@
<% if (process.env.VUE_APP_NODE_ENV === 'dev') { %>
<script>
//http://121.36.16.195:9002/huimu-admin/swagger-ui/index.html
// window.SITE_CONFIG['apiURL'] = 'http://47.110.224.240:8036/xiangan-crf';
window.SITE_CONFIG['apiURL'] = 'http://192.168.0.167:8036/xiangan-crf';
window.SITE_CONFIG['apiURL'] = 'http://47.110.224.240:8036/xiangan-crf';
// window.SITE_CONFIG['apiURL'] = 'http://192.168.0.167:8036/xiangan-crf';
</script>
<% } %>
<!-- 测试环境 -->

3
src/page-subspecialty/views/modules/nurseManagement/reservation/subList/index.vue

@ -198,6 +198,9 @@ export default {
handleType(value, index) {
this.curIndex = index
this.dataForm.appointStatus = value
if (index === 1) {
this.dataForm.searchType = ''
}
this.getDataListInitial()
},
//

Loading…
Cancel
Save