This commit is contained in:
gyq
2025-08-01 16:24:05 +08:00
parent 9e95072685
commit ebf40e35f6
5 changed files with 12 additions and 5 deletions

View File

@@ -2550,6 +2550,7 @@ export default {
data: this.$http.adornData({
courseDetailsId: row.courseDetailsId,
advertising: row.advertising,
courseId: row.courseId,
}),
}).then(({ data }) => {
if (data.code == 0) {
@@ -2591,6 +2592,7 @@ export default {
data: this.$http.adornData({
courseDetailsId: row.courseDetailsId,
good: row.good,
courseId: row.courseId,
}),
}).then(({ data }) => {
if (data.code == 0) {