This commit is contained in:
weipengfei 2024-02-22 15:20:36 +08:00
parent 16c3d3936c
commit 3feb7ab225
1 changed files with 2 additions and 2 deletions

View File

@ -247,6 +247,7 @@
onLoad((options) => { onLoad((options) => {
sn.value = options.sn; sn.value = options.sn;
where.value.animal_sn = sn.value;
// sn.value = 8; // sn.value = 8;
getFenceHouseDetail(); getFenceHouseDetail();
getSuYuanData(); getSuYuanData();
@ -280,7 +281,7 @@
initFeedingTypeLists(); initFeedingTypeLists();
const where = ref({ const where = ref({
animal_sn: '6655', animal_sn: '',
page_no: 1, page_no: 1,
page_size: 10 page_size: 10
}) })
@ -303,7 +304,6 @@
// //
const perviewFn = (url) => { const perviewFn = (url) => {
console.log(url)
uni.previewImage({ uni.previewImage({
urls: url urls: url
}) })