Procházet zdrojové kódy

地接费用填写添加异常处理

yuanrf před 11 měsíci
rodič
revize
0a800bc7fe

+ 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() {