提交代码

This commit is contained in:
lpq
2023-02-25 01:49:54 +08:00
parent fc897e9129
commit ca126adb7c
4 changed files with 7 additions and 8 deletions

View File

@@ -243,7 +243,6 @@ export default {
},
setup(props, ctx) {
debugger
const state = reactive({
Evisible: false, //录入成绩抽屉
name: null,
@@ -719,7 +718,7 @@ export default {
// 1是项目 2路径图 3开课
console.log(obj1, obj2)
state.tableDataTotalLoading = true;
api.AttendanceSign(props.types === 1 ? obj1 : obj2).then(res => {
api.AttendanceSign(props.types === '1' ? obj1 : obj2).then(res => {
console.log('res----签到是否成功', res)
message.destroy()
message.info('签到成功')