ymz 4 місяців тому
батько
коміт
6b4d97257e

+ 2 - 4
.env.development

@@ -1,10 +1,8 @@
 NODE_ENV = 'development'
 VUE_APP_TYPE= 'dev'
-VUE_APP_URL = 'http://10.144.62.235:9999'
+# VUE_APP_URL = 'http://10.144.62.235:9999'
 # VUE_APP_URL = 'https://mic.freerr.cn'
 # VUE_APP_URL = 'https://mic.cnbg.com.cn'
 # VUE_APP_URL = 'https://cnbg.yaoyi.net'
 # VUE_APP_URL = 'http://192.168.110.25:9999'
-# VUE_APP_URL = 'https://mic-t.cnbg.com.cn'
-
-
+VUE_APP_URL = 'https://mic-t.cnbg.com.cn'

+ 1 - 1
.env.production

@@ -2,5 +2,5 @@ NODE_ENV = 'production'
 VUE_APP_TYPE= 'prod'
 # VUE_APP_URL = 'https://cnbg.yaoyi.net'
 # VUE_APP_URL = 'https://mic-t.cnbg.com.cn'
-# VUE_APP_URL = 'https://mic.cnbg.com.cn'
+VUE_APP_URL = 'https://mic.cnbg.com.cn'
 

BIN
dist_测试.zip → dist.zip


+ 4 - 5
src/views/serviceManagement/quickReview/index.vue

@@ -667,11 +667,10 @@ export default {
       };
       try {
         const res = await checkSingleApi(obj);
-        if (res.data.code === 0 && res.data.data) {
-          item.reviewInfo.checked = flag;
-          item.reviewInfo.show = false;
-          this.$forceUpdate();
-        }
+        //  无论审核成功不成功都将该条任务隐藏
+        item.reviewInfo.checked = flag;
+        item.reviewInfo.show = false;
+        this.$forceUpdate();
       } catch (err) {
         console.log('err', err);
       }

+ 4 - 2
src/views/serviceManagement/servicesToBeReviewed/index.vue

@@ -245,10 +245,10 @@ export default {
       totalNum: 0,
       totalScore: 0,
       page: {
-        pageSizes: [10, 50, 100, 300, 500],
+        pageSizes: [10, 20, 50, 100, 300, 500],
         total: 0, // 总页数
         currentPage: 1, // 当前页数
-        pageSize: 300 // 每页显示多少条
+        pageSize: 20 // 每页显示多少条
       },
       reviewDialog: false,
       taskForm: {
@@ -454,7 +454,9 @@ export default {
         checkResult: '',
         checkMessage: ''
       };
+      this.checkIds = [];
       this.currentTaskId = '';
+      this.getList();
     },
     serviceDetail(row) {
       window.open(