Browse Source

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

XMLWAN 2 years ago
parent
commit
e22815148e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/hospitalStation/template/printOne.vue

+ 1 - 1
src/xt_pages/hospitalStation/template/printOne.vue View File

@@ -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;