mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-23 09:46:45 +08:00
讲师管理bug
This commit is contained in:
@@ -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();
|
||||
};
|
||||
//重置
|
||||
|
||||
Reference in New Issue
Block a user