细节修改2

This commit is contained in:
wangxuemei
2024-09-11 17:22:16 +08:00
parent ba7add01b7
commit f939f6ade0
4 changed files with 22 additions and 13 deletions

View File

@@ -596,9 +596,9 @@ export default {
defaultteachingTime: '0',
photo: 'https://p0.itc.cn/q_70/images01/20211013/f45d91616a364d6ea9c42a8db69734aa.png'
},
searchParam: {
searchParam: {
currentPage: 1,
pageSize1: 10,
// pageSize1: "10",
teacherNameOrUserNo: null,
systemId: null,
levelId: null,
@@ -1261,7 +1261,7 @@ export default {
// }
const handlesel = () => {
console.log('请下选择讲师体系')
if (state.formParam.systemId == undefimed) {
if (state.formParam.systemId == undefined) {
message.warning('请下选择讲师体系')
}
}