xiaoming_global 6 年之前
父節點
當前提交
67c7bddd1b
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      src/xt_pages/sign/index.vue

+ 1 - 3
src/xt_pages/sign/index.vue 查看文件

246
   methods: {
246
   methods: {
247
     fetchSignPatients() {
247
     fetchSignPatients() {
248
       fetchSignPatients(this.queryParams).then(response => {
248
       fetchSignPatients(this.queryParams).then(response => {
249
-        console.log("weishenm")
250
-        console.log(this.queryParams)
251
         this.patients = []
249
         this.patients = []
252
         if (response.data.state === 1) {
250
         if (response.data.state === 1) {
253
           this.patients = response.data.data.patients
251
           this.patients = response.data.data.patients
254
           this.queryParams.schedule_type = response.data.data.schedule_type
252
           this.queryParams.schedule_type = response.data.data.schedule_type
255
           this.querySignParams.date_time = response.data.data.today
253
           this.querySignParams.date_time = response.data.data.today
256
-
254
+           
257
           if (this.queryParams.need_schedule_type === 1) {
255
           if (this.queryParams.need_schedule_type === 1) {
258
             var sl = this.schedules.length
256
             var sl = this.schedules.length
259
             for (let index = 0; index < sl; index++) {
257
             for (let index = 0; index < sl; index++) {