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