瀏覽代碼

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;