luobinjie 3 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() {
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) => {

Loading…
Cancel
Save