소스 검색

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

csx 2 년 전
부모
커밋
9bc5ea9443
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/xt_pages/hospitalStation/template/printOne.vue

+ 1 - 1
src/xt_pages/hospitalStation/template/printOne.vue 파일 보기

@@ -258,7 +258,7 @@ export default {
258 258
       getPrescriptionPrint(params).then((response) => {
259 259
         if (response.data.state == 1) {
260 260
           var advicePrint = response.data.data.advicePrint;
261
-          var psn_info = response.data.data.psn_info;
261
+           this.psn_info = response.data.data.psn_info;
262 262
 
263 263
           console.log("adviceprint9999", advicePrint);
264 264
           this.advicePrint = advicePrint;