From 1e09c6d454d55ef050104b7f64d5142022f0a0a0 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期五, 20 十二月 2024 13:28:13 +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 960a4c5..52649be 100644 --- a/src/assets/api/controller.js +++ b/src/assets/api/controller.js @@ -63,6 +63,7 @@ measuresAddressRisksOpportunities, processReport, processComplain, + inconsistentDistribution, } } @@ -825,4 +826,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