|
@@ -38,7 +38,7 @@
|
|
|
</ElRow>
|
|
</ElRow>
|
|
|
</ElForm>
|
|
</ElForm>
|
|
|
<Table :tableData="tableData" :columns="columns" :showIndex="false" :columnwidth="200" :showSelect="true"
|
|
<Table :tableData="tableData" :columns="columns" :showIndex="false" :columnwidth="200" :showSelect="true"
|
|
|
- :pageInfo="pageInfo" @getList="getList" @selectAllChange="handleSelectionChange"
|
|
|
|
|
|
|
+ :pageInfo="pageInfo" @getList="getList"
|
|
|
@selectionChange="selectionChange">
|
|
@selectionChange="selectionChange">
|
|
|
<template v-slot:table-title-btn>
|
|
<template v-slot:table-title-btn>
|
|
|
<RouterLink :to="{ name: 'OrganizationAdd' }">
|
|
<RouterLink :to="{ name: 'OrganizationAdd' }">
|
|
@@ -250,9 +250,7 @@ function tenantUpdate(item: any) {
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
-const handleSelectionChange = (val: any) => {
|
|
|
|
|
- sysUpAndDownList.value = val;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+
|
|
|
const selectionChange = (val: any) => {
|
|
const selectionChange = (val: any) => {
|
|
|
sysUpAndDownList.value = val;
|
|
sysUpAndDownList.value = val;
|
|
|
}
|
|
}
|