diff --git a/config.js b/config.js
index 84c8961..3a758c6 100644
--- a/config.js
+++ b/config.js
@@ -3,8 +3,8 @@ module.exports = {
// baseUrlZC: 'https://api.xayunmei.com/zhongcaiapi',
// baseUrl: 'https://api.xayunmei.com/zhongcaiapitest',
// baseUrlZC: 'http://172.16.1.26:8001',
- baseUrlZC: 'https://api.xayunmei.com/zhongcaiapi',
- // baseUrlZC: 'https://api.xayunmei.com/zhongcaiapitest',
+ // baseUrlZC: 'https://api.xayunmei.com/zhongcaiapi',
+ baseUrlZC: 'https://api.xayunmei.com/zhongcaiapitest',
// baseUrlTJ: 'https://api.xayunmei.com/tiaojieapitest',
baseUrlTJ: 'https://api.xayunmei.com/tiaojieapi',
// baseUrlZC: 'http://121.40.189.20:8001',
diff --git a/pages/handlecase/component/list.vue b/pages/handlecase/component/list.vue
index 0f4b1eb..c857999 100644
--- a/pages/handlecase/component/list.vue
+++ b/pages/handlecase/component/list.vue
@@ -60,7 +60,7 @@
-->
-
+
diff --git a/pages/handlecase/index.vue b/pages/handlecase/index.vue
index 1050357..9d3f5a2 100644
--- a/pages/handlecase/index.vue
+++ b/pages/handlecase/index.vue
@@ -61,61 +61,8 @@
this.caseList = []
}
- this.caseList.forEach(item => {
- switch (item.caseStatus) {
- case 0:
- item.caseStatusName = '立案申请'
- break;
- case 1:
- item.caseStatusName = '待缴费'
- break;
- case 2:
- item.caseStatusName = '待缴费确认'
- break;
- case 3:
- item.caseStatusName = '待确认是否应诉'
- break;
- case 4:
- item.caseStatusName = '待案件质证'
- break;
- case 5:
- item.caseStatusName = '待确定是否指派仲裁员'
- break;
- case 6:
- item.caseStatusName = '待组庭'
- break;
- case 7:
- item.caseStatusName = '待组庭确定'
- break;
- case 8:
- item.caseStatusName = '待组庭审核'
- break;
- case 9:
- item.caseStatusName = '待选择仲裁方式'
- break;
- case 10:
- item.caseStatusName = '待开庭'
- break;
- case 11:
- item.caseStatusName = '待生成仲裁文书'
- break;
- case 12:
- item.caseStatusName = '待确认仲裁文书'
- break;
- case 13:
- item.caseStatusName = '待仲裁文书用印'
- break;
- case 14:
- item.caseStatusName = '待仲裁文书用印审核'
- break;
- case 15:
- item.caseStatusName = '待仲裁文书送达'
- break;
- case 16:
- item.caseStatusName = '待案件归档'
- break;
- }
- })
+
+
})
} else if (this.sysType == 2) {
parms.miniProgressFlag = 1;