ソースを参照

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