Sfoglia il codice sorgente

修复流程分组数据加载路径错误

dongyuxue 3 mesi fa
parent
commit
4f9d6f8d7f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src_product/iam/audit/workbench/iam-todo-tabs.vue

+ 1 - 1
src_product/iam/audit/workbench/iam-todo-tabs.vue

@@ -113,7 +113,7 @@ export default {
     getTodoListFlowInfo(type) {
       if (type === 'todo') {
         axios({
-          url: 'api/xcoa-mobile/v1/statisticsTodolistGroupbyFlow',
+          url: 'api/xcoa-mobile/v1/spic-common/statisticsTodolistGroupbyFlow',
           method: 'get',
         }).then((res) => {
           if (res.data) {