From 13900c0be3a45f7e53fef8f7f53c1e67dc3c6c52 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期四, 26 十二月 2024 14:33:07 +0800 Subject: [PATCH] 完成不符合项分布迁移 --- src/assets/api/controller.js | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/src/assets/api/controller.js b/src/assets/api/controller.js index 112e278..12d99d0 100644 --- a/src/assets/api/controller.js +++ b/src/assets/api/controller.js @@ -63,6 +63,7 @@ measuresAddressRisksOpportunities, processReport, processComplain, + inconsistentDistribution, } } @@ -827,4 +828,14 @@ getProcessComplain:'/processComplain/getProcessComplain',//鎶曡瘔澶勭悊璇︽儏 doProcessComplain:'/processComplain/doProcessComplain',//鎶曡瘔澶勭悊淇敼 exportProcessComplain :'/processComplain/exportProcessComplain ',//鎶曡瘔澶勭悊瀵煎嚭 -} \ No newline at end of file +} + +// 7.10涓嶇鍚堥」鍒嗗竷 +const inconsistentDistribution = { + pageInconsistentDistribution:'/inconsistentDistribution/pageInconsistentDistribution', // 涓嶇鍚堥」鐨勫垎甯冨垎椤垫煡璇� + getInconsistentDistributionOne:'/inconsistentDistribution/getInconsistentDistributionOne', // 涓嶇鍚堥」鐨勫垎甯冭鎯� + addInconsistentDistribution:'/inconsistentDistribution/addInconsistentDistribution', // 涓嶇鍚堥」鐨勫垎甯冩柊澧� + updateInconsistentDistribution:'/inconsistentDistribution/updateInconsistentDistribution', // 涓嶇鍚堥」鐨勫垎甯冧慨鏀� + delInconsistentDistribution:'/inconsistentDistribution/delInconsistentDistribution', // 涓嶇鍚堥」鐨勫垎甯冨垹闄� + exportInconsistentDistribution:'/inconsistentDistribution/exportInconsistentDistribution', // 瀵煎嚭涓嶇鍚堥」鐨勫垎甯� +} -- Gitblit v1.9.3