优化
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user