fix -- 修复我的流程列表获取类别信息错误bug
This commit is contained in:
@@ -165,7 +165,7 @@ export default {
|
||||
methods: {
|
||||
/** 查询流程分类列表 */
|
||||
getCategoryList() {
|
||||
listAllCategory().then(response => this.categoryOptions = response.rows)
|
||||
listAllCategory().then(response => this.categoryOptions = response.data)
|
||||
},
|
||||
/** 查询流程定义列表 */
|
||||
getList() {
|
||||
|
||||
Reference in New Issue
Block a user