From a483e28e1d66ff50cd52ca64f9af66c88d8d52b4 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期四, 28 八月 2025 11:40:29 +0800
Subject: [PATCH] gx23
---
src/views/record/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/record/index.vue b/src/views/record/index.vue
index 293a751..57ef34f 100644
--- a/src/views/record/index.vue
+++ b/src/views/record/index.vue
@@ -157,6 +157,7 @@
year:y,
month:m,
}
+
ajaxPost('/patient/hemo/med/record/listByPatient',pagedata).then((re:any)=>{
console.log(re)
re.forEach((element:any) => {
@@ -223,7 +224,7 @@
})
}
</script>
-<style lang="scss">
+<style scoped lang="scss">
.recordclass {
// background: rgb(228, 231, 225);
color: #00f;
--
Gitblit v1.8.0