Browse Source

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

liuhj 1 year ago
parent
commit
2f96b7b39a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/components/OP/CarTouristGuideGrounContent.vue

+ 2 - 0
src/components/OP/CarTouristGuideGrounContent.vue

@@ -278,6 +278,8 @@ export default {
 
                     that.loading = false;
                     //that.OpCarTouristGuideGroundContenById()
+                } else {
+                    this.$message.error('初始化失败' + res.data.msg);
                 }
 
             })