提交
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user