This commit is contained in:
parent
16c3d3936c
commit
3feb7ab225
|
@ -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
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue