|
@@ -1850,7 +1850,7 @@ export default {
|
1850
|
1850
|
getDialysisRecord(this.queryParams).then((response) => {
|
1851
|
1851
|
if (response.data.state == 1) {
|
1852
|
1852
|
this.adminUser = response.data.data.users;
|
1853
|
|
- // this.xtdate = response.data.data.xtdate;
|
|
1853
|
+ this.xtdate = response.data.data.xtdate;
|
1854
|
1854
|
this.users = response.data.data.users;
|
1855
|
1855
|
this.patientInfo = response.data.data.patientInfo;
|
1856
|
1856
|
this.patientInfo.birth = uParseTime(
|
|
@@ -2339,7 +2339,6 @@ export default {
|
2339
|
2339
|
}
|
2340
|
2340
|
|
2341
|
2341
|
const xtdate = this.$route.query && this.$route.query.xtdate;
|
2342
|
|
- console.log(xtdate,'xtdate')
|
2343
|
2342
|
const xtno = this.$route.query && this.$route.query.xtno;
|
2344
|
2343
|
if (
|
2345
|
2344
|
typeof xtdate === "string" &&
|
|
@@ -2350,7 +2349,7 @@ export default {
|
2350
|
2349
|
this.queryParams.xtdate = xtdate;
|
2351
|
2350
|
this.queryParams.xtno = xtno;
|
2352
|
2351
|
this.xtdate = xtdate
|
2353
|
|
-
|
|
2352
|
+
|
2354
|
2353
|
this.getDialysisRecord();
|
2355
|
2354
|
} else {
|
2356
|
2355
|
this.$message.error("参数不齐");
|