Просмотр исходного кода

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

陈少旭 1 год назад
Родитель
Сommit
1315089f60
1 измененных файлов: 10 добавлений и 1 удалений
  1. 10 1
      src/xt_pages/dialysis/details/dialog/assessmentBeforeDislysisDialog.vue

+ 10 - 1
src/xt_pages/dialysis/details/dialog/assessmentBeforeDislysisDialog.vue Просмотреть файл

@@ -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