Browse Source

Merge branch 'master' of http://132.232.92.186:3000/XinXiBu/oa-system

liuhj 9 months ago
parent
commit
4b341594e7
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/components/OP/CarTouristGuideGrounContent.vue

+ 3 - 1
src/components/OP/CarTouristGuideGrounContent.vue

@@ -484,9 +484,11 @@ export default {
                 } else {
                     this.$message.error('初始化失败' + res.data.msg);
                 }
+            }).catch(function (error) {
+                that.$message.error("网络错误,请刷新重试!");
+            }).finally(() => {
                 that.loading = false;
             })
-
         },
         //获取ctable
         PostPageLinkCTable() {