소스 검색

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

csx 3 년 전
부모
커밋
8fc78f4148
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/xt_pages/outpatientDoctorStation/prescriptionTemplate.vue

+ 2 - 2
src/xt_pages/outpatientDoctorStation/prescriptionTemplate.vue 파일 보기

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