This commit is contained in:
lcw
2026-01-20 17:06:37 +08:00
parent 10853312f2
commit 96283c3a0e
35 changed files with 4306 additions and 419 deletions

View File

@ -318,6 +318,7 @@ const onSearch = () => {
let len = []
xzlx.value = Array.isArray(searchList.value.lx) ? searchList.value.lx[0][0] : ''
console.log(xzlx.value);
const bjlbs = Array.isArray(searchList.value.lx) ? searchList.value.lx.map(item => {
len.push(item[0])
return item[item.length - 1]
@ -512,7 +513,6 @@ const visible = ref(false)
const search = ref({})
const handleYP = () => {
visible.value = true
console.log(searchList.value.lx);
if (searchList.value.lx.length == 0) {
xzlx.value = '02'
@ -541,6 +541,10 @@ const handleYP = () => {
}
break;
case '04':
search.value = {
startTime: searchList.value.datetimes ? searchList.value.datetimes[0] : '',
endTime: searchList.value.datetimes ? searchList.value.datetimes[1] : '',
}
break;
default:
break;