@@ -498,11 +498,10 @@ export default {
},
// 删除
async deleteCourseProperty(ids) {
- console.log(ids);
if (this.loading) return;
this.loading = true;
- const res = this.$http
+ const res = await this.$httpWithMsg
.post(
QUESTION_API + "/courseProperty/delete",
{},