fix -- 修复我的流程列表获取类别信息错误bug

This commit is contained in:
konbai
2022-06-29 21:34:26 +08:00
parent 26489b9e19
commit 05cc616cfc

View File

@@ -165,7 +165,7 @@ export default {
methods: {
/** 查询流程分类列表 */
getCategoryList() {
listAllCategory().then(response => this.categoryOptions = response.rows)
listAllCategory().then(response => this.categoryOptions = response.data)
},
/** 查询流程定义列表 */
getList() {