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