mirror of
https://github.com/continew-org/continew-admin.git
synced 2026-01-13 20:57:10 +08:00
新增:新增系统管理/菜单管理(列表、创建、修改、删除、导出)
This commit is contained in:
@@ -25,14 +25,14 @@
|
||||
* 切换搜索栏(显示或隐藏)
|
||||
*/
|
||||
const toggleSearch = () => {
|
||||
emits("update:showQuery", !props.showQuery);
|
||||
emits('update:showQuery', !props.showQuery);
|
||||
};
|
||||
|
||||
/**
|
||||
* 刷新
|
||||
*/
|
||||
const handleRefresh = () => {
|
||||
emits("refresh");
|
||||
emits('refresh');
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user