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