mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-23 09:46:45 +08:00
同上修改
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
</a-input>
|
||||
</div>
|
||||
<div style="display: flex; margin-bottom: 20px">
|
||||
<div class="btnzx btnzx1" @click="getTableData">
|
||||
<div class="btnzx btnzx1" @click="searchData">
|
||||
<div class="search"></div>
|
||||
<div class="btnzText">搜索</div>
|
||||
</div>
|
||||
@@ -164,6 +164,11 @@ export default {
|
||||
return item.boeRouterInfoId;
|
||||
});
|
||||
};
|
||||
const searchData=async()=>{
|
||||
state.pageNo=1
|
||||
state.pageSize=10
|
||||
getTableData()
|
||||
}
|
||||
//请求组织接口
|
||||
const getOrgList = async () => {
|
||||
const res = await api.userGetUserOrg({});
|
||||
@@ -356,6 +361,7 @@ export default {
|
||||
state.createName = "";
|
||||
state.routerName = "";
|
||||
state.orgId = state.resetOrgId;
|
||||
state.selectedRowKeys = [];
|
||||
getTableData();
|
||||
};
|
||||
//导出详细信息
|
||||
@@ -451,6 +457,7 @@ export default {
|
||||
columns,
|
||||
changePagination,
|
||||
dayjs,
|
||||
searchData,
|
||||
};
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user