소스 검색

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

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

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

258
       getPrescriptionPrint(params).then((response) => {
258
       getPrescriptionPrint(params).then((response) => {
259
         if (response.data.state == 1) {
259
         if (response.data.state == 1) {
260
           var advicePrint = response.data.data.advicePrint;
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
           console.log("adviceprint9999", advicePrint);
263
           console.log("adviceprint9999", advicePrint);
264
           this.advicePrint = advicePrint;
264
           this.advicePrint = advicePrint;