This commit is contained in:
linfso 2025-07-01 15:00:41 +08:00
parent c801fe9fa7
commit 2e9294f5bd
3 changed files with 190 additions and 739 deletions

View File

@ -46,6 +46,14 @@ export function addAllEmisTmsSiteBatch(data) {
})
}
export function editAllEmisTmsSiteBatch(data) {
return request({
url: '/emis/emisTmsSiteBatch/editAll',
method: 'post',
data: data
})
}
export function batchEdit(data) {
return request({
url: '/emis/emisTmsSiteBatch/batchEdit',

View File

@ -292,7 +292,6 @@ export default {
}
let selNodes=document.querySelectorAll(".seled");
console.log("===selNodes==>",selNodes)
if(selNodes!=null&&selNodes.length>0){
for (var i = 0; i < selNodes.length; i++) {
selNodes[i].classList.remove("seled")

File diff suppressed because it is too large Load Diff