5.1日 暂定 水电表管理
This commit is contained in:
@@ -270,7 +270,7 @@ const list = ref([
|
||||
]);
|
||||
|
||||
function getVillageinfo() {
|
||||
const id = Number(localStorage.getItem('villageid'));
|
||||
const id = localStorage.getItem('villageid');
|
||||
workSpaceTotalListApi(id).then((res) => {
|
||||
list.value[0].value = res.totalResident;
|
||||
list.value[1].value = res.totalHouse;
|
||||
@@ -491,7 +491,6 @@ function handleSearch() {
|
||||
phone: ''
|
||||
};
|
||||
queryParams.value[seachervalue.value] = searchInput.value;
|
||||
console.log(queryParams.value);
|
||||
getList();
|
||||
}
|
||||
const tableData = ref([]);
|
||||
|
||||
Reference in New Issue
Block a user