mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 00:06:47 +08:00
细节修改2
This commit is contained in:
@@ -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('请下选择讲师体系')
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user