|
@@ -1736,6 +1736,7 @@ export default {
|
|
|
}).then(async () => {
|
|
|
try {
|
|
|
const res = await setNoneCloudTeacher({ id: row.id });
|
|
|
+ console.log('code',res.code)
|
|
|
if (res.code == 200) {
|
|
|
this.$message.success("解除预约成功");
|
|
|
this.getList();
|
|
@@ -1756,7 +1757,7 @@ export default {
|
|
|
});
|
|
|
}
|
|
|
} catch (e) {
|
|
|
- console.log(e);
|
|
|
+ console.log('错误',e);
|
|
|
}
|
|
|
});
|
|
|
},
|