This commit is contained in:
曹辉 2023-04-14 17:28:32 +08:00
parent d767853f3a
commit 48679a94ba

View File

@ -49,27 +49,10 @@
:limit.sync="pageSize" :limit.sync="pageSize"
@pagination="getlist" @pagination="getlist"
/> />
<!-- 家长弹框 -->
<!-- <el-dialog
title="选择护理站"
:visible.sync="nurseStationshow"
width="1100px"
append-to-body
:before-close="clicknurseStationshow"
></el-dialog>-->
<!-- 所属班级弹框 -->
<!-- <el-dialog
title="选择护理站"
:visible.sync="nurseStationshow"
width="1100px"
append-to-body
:before-close="clicknurseStationshow"
></el-dialog>-->
</div> </div>
</template> </template>
<script> <script>
import { appletVisitRecord } from "@/api/system/AppletAccessLog"; import { appletVisitRecord } from "@/api/system/AppletAccessLog";
import baseurl from "@/api/baseurl.js";
import kindergar from "../../assembly/kindergarlog.vue"; import kindergar from "../../assembly/kindergarlog.vue";
import parent from "../../assembly/parent.vue"; import parent from "../../assembly/parent.vue";
export default { export default {
@ -110,9 +93,7 @@ export default {
}, },
valuetime: "", valuetime: "",
loading: false, loading: false,
// showSearch: true, //
showSearch: true,
baseurl: null,
loginTypelist: [ loginTypelist: [
{ {
label: "运动处方", label: "运动处方",
@ -140,7 +121,6 @@ export default {
}, },
created() { created() {
this.newtime(); this.newtime();
this.baseurl = baseurl;
this.getlist(); this.getlist();
}, },
mounted() {}, mounted() {},
@ -149,12 +129,9 @@ export default {
newtime() { newtime() {
let nowDate = new Date(); let nowDate = new Date();
let dates = { let dates = {
// year: nowDate.getFullYear(), //
year: nowDate.getFullYear(), month: nowDate.getMonth() + 1, //
// date: nowDate.getDate() //
month: nowDate.getMonth() + 1,
//
date: nowDate.getDate()
}; };
// //
if (dates.month < 10) { if (dates.month < 10) {
@ -224,7 +201,6 @@ export default {
} }
}; };
</script> </script>
<style lang='scss' scoped> <style lang='scss' scoped>
.app-container { .app-container {
padding: 20px 0 20px 10px; padding: 20px 0 20px 10px;