Pārlūkot izejas kodu

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

csx 3 gadus atpakaļ
vecāks
revīzija
8fc78f4148

+ 2 - 2
src/xt_pages/outpatientDoctorStation/prescriptionTemplate.vue Parādīt failu

@@ -134,7 +134,7 @@
134 134
         })
135 135
       },
136 136
       jumpDetail(row) {
137
-        this.$router.push('/outpatientDoctorStation/prescriptionTemplatedetail?id=' + row.id + '&patient_id=' + this.patient_id + '&patient_name=' + this.patient_name +"&modes="+this.mode_str)
137
+        this.$router.push('/hisTool/prescriptionTemplatedetail?id=' + row.id + '&patient_id=' + this.patient_id + '&patient_name=' + this.patient_name +"&modes="+this.mode_str)
138 138
       },
139 139
       getMode(id) {
140 140
         let name = ''
@@ -223,7 +223,7 @@
223 223
           this.$message.error('请选择病人')
224 224
           return
225 225
         }
226
-        this.$router.push('/outpatientDoctorStation/prescriptionTemplatedetail?id=' + 0 + '&patient_id=' + this.patient_id+ '&patient_name=' + this.patient_name+"&modes="+this.mode_str)
226
+        this.$router.push('/hisTool/prescriptionTemplatedetail?id=' + 0 + '&patient_id=' + this.patient_id+ '&patient_name=' + this.patient_name+"&modes="+this.mode_str)
227 227
 
228 228
       }
229 229
     },