|
@@ -1569,7 +1569,16 @@
|
1569
|
1569
|
console.log("params",ParamsQuery)
|
1570
|
1570
|
this.$refs.assessmentBeforeDislysis.validate((valid) => {
|
1571
|
1571
|
if (valid) {
|
1572
|
|
- // ParamsQuery['patient'] = parseInt(this.$route.query.patient_id)
|
|
1572
|
+
|
|
1573
|
+ // if(this.patient.id == 'NaN' || this.patient.id ==0){
|
|
1574
|
+
|
|
1575
|
+ // ParamsQuery['patient'] = parseInt(this.$route.query.patient_id)
|
|
1576
|
+ // }
|
|
1577
|
+ // if(this.$route.query.patient_id == 'NaN' || this.$route.query.patient_id == 0 ){
|
|
1578
|
+
|
|
1579
|
+ // ParamsQuery['patient'] = this.patient.id
|
|
1580
|
+ // }
|
|
1581
|
+
|
1573
|
1582
|
ParamsQuery['patient'] = this.patient.id
|
1574
|
1583
|
|
1575
|
1584
|
ParamsQuery['record_date'] = this.record_date
|