luobinjie 4 days ago
parent
commit
b8be6aa64e
  1. 3
      src/components/report/deptProgress.vue

3
src/components/report/deptProgress.vue

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

Loading…
Cancel
Save