|
|
|
@ -161,7 +161,7 @@ export default { |
|
|
|
//挂载完成 |
|
|
|
mounted() { |
|
|
|
let ldate = new Date(); |
|
|
|
this.query.startDate = ldate; |
|
|
|
this.query.startDate = this.moment(ldate).format("YYYY-MM-DD"); |
|
|
|
this.query.endDate = ldate; |
|
|
|
|
|
|
|
|
|
|
|
@ -177,7 +177,6 @@ export default { |
|
|
|
methods: { |
|
|
|
...mapActions(["getCustomerOrgGroup", "getPatientRegisterAbs"]), |
|
|
|
dddw, moment, |
|
|
|
|
|
|
|
dictInit() { |
|
|
|
//体检类别 |
|
|
|
// getapi("/api/app/medical-type/in-filter").then((res) => { |
|
|
|
|