This commit is contained in:
zoujiandong
2025-07-16 16:51:06 +08:00
parent 7c31a17146
commit c0c1f0716c
5 changed files with 17 additions and 8 deletions
+2 -2
View File
@@ -460,12 +460,12 @@
font-size: 38rpx;
color: #111827;
line-height: 54rpx;
margin-bottom: 20rpx;
}
.box .info.data-v-eca06f3c {
display: flex;
align-items: center;
margin-top: 20rpx;
padding: 0 30rpx;
padding: 0 12rpx;
font-size: 28rpx;
color: #4b5563;
line-height: 38rpx;
+6 -2
View File
@@ -244,8 +244,12 @@ const _sfc_main = {
let searchForm = {
keyword: keyWord.value,
hospital_id: hospital_id.value,
doctor_id: doctor_id.value
doctor_id: doctor_id.value,
label_iden: label_iden.value
};
if (label_iden.value === "") {
delete searchForm.label_iden;
}
if (isSearch.value) {
searchForm.is_need_num = 1;
}
@@ -321,7 +325,7 @@ const _sfc_main = {
});
};
const queryList = (pageNo, pageSize) => {
common_vendor.index.__f__("log", "at pages/search/search.vue:474", 666666);
common_vendor.index.__f__("log", "at pages/search/search.vue:478", 666666);
const params = {
page: pageNo,
page_size: pageSize