邓洁: 修改bug
This commit is contained in:
@@ -169,7 +169,11 @@ const getList = () => {
|
||||
...pageInfo
|
||||
}).then((res) => {
|
||||
total.value = res.data.total;
|
||||
showAddIcon.value = total.value % 6!==0;
|
||||
if(total.value==0){
|
||||
|
||||
}else {
|
||||
showAddIcon.value = total.value % 6!==0;
|
||||
}
|
||||
showFirst.value = total.value / pageInfo.pageSize > 1;
|
||||
res.data.rows.map(item => {
|
||||
if (item.tunnelList === null || item.tunnelList.length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user