解决非admin用户的一些操作权限问题
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
|
||||
<script>
|
||||
import { listOwnProcess, stopProcess, delProcess } from '@/api/workflow/process';
|
||||
import { listCategory } from '@/api/workflow/category';
|
||||
import { listAllCategory } from '@/api/workflow/category';
|
||||
export default {
|
||||
name: "Own",
|
||||
components: {
|
||||
@@ -165,7 +165,7 @@ export default {
|
||||
methods: {
|
||||
/** 查询流程分类列表 */
|
||||
getCategoryList() {
|
||||
listCategory().then(response => this.categoryOptions = response.rows)
|
||||
listAllCategory().then(response => this.categoryOptions = response.rows)
|
||||
},
|
||||
/** 查询流程定义列表 */
|
||||
getList() {
|
||||
|
||||
Reference in New Issue
Block a user