讲师管理bug

This commit is contained in:
zhangsir
2024-11-12 18:53:19 +08:00
parent fd1f306510
commit fd3563858c
9 changed files with 47 additions and 20 deletions

View File

@@ -396,7 +396,7 @@ export default {
FolderAddOutlined,//图标--新增
UploadDragger,
},
setup() {
setup( ) {
const formRef = ref();
const store = useStore();
const router = useRouter();
@@ -823,7 +823,7 @@ export default {
])
// 搜索
const searchSubmit = () => {
// store.commit("setShouInclude", ['lecturerlist']);
state.searchParam.pageNo = 1
getTableDate();
};
//重置