This commit is contained in:
2025-02-08 09:49:17 +08:00
parent 4cfa96d061
commit 98fd6893a6
7 changed files with 4356 additions and 6 deletions

View File

@@ -89,7 +89,7 @@
>
<template slot-scope="scope">
<slot name="operation" :row="scope.row"></slot>
<el-button type="text" @click="editCourse(scope.row)"
<el-button type="text" v-if="urlList.editCourse" @click="editCourse(scope.row)"
>编辑</el-button
>
<el-button
@@ -371,6 +371,7 @@ export default {
}
})
.then(async ({ data }) => {
console.log('data at line 373:', data)
if (data && data.code === 0) {
this.associatedGoodsList = [
...data[this.otherInfo.httpDataValueName]