mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 15:26:48 +08:00
提交代码
This commit is contained in:
@@ -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('签到成功')
|
||||
|
||||
Reference in New Issue
Block a user