This commit is contained in:
parent
16c3d3936c
commit
3feb7ab225
|
@ -247,6 +247,7 @@
|
|||
|
||||
onLoad((options) => {
|
||||
sn.value = options.sn;
|
||||
where.value.animal_sn = sn.value;
|
||||
// sn.value = 8;
|
||||
getFenceHouseDetail();
|
||||
getSuYuanData();
|
||||
|
@ -280,7 +281,7 @@
|
|||
initFeedingTypeLists();
|
||||
|
||||
const where = ref({
|
||||
animal_sn: '6655',
|
||||
animal_sn: '',
|
||||
page_no: 1,
|
||||
page_size: 10
|
||||
})
|
||||
|
@ -303,7 +304,6 @@
|
|||
|
||||
//查看图片
|
||||
const perviewFn = (url) => {
|
||||
console.log(url)
|
||||
uni.previewImage({
|
||||
urls: url
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue