linwenxin 6 mesi fa
parent
commit
05e257e1e8
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      src/packageMaterial/pages/apply/website.vue

+ 2 - 1
src/packageMaterial/pages/apply/website.vue

@@ -108,7 +108,8 @@ export default {
       this.$api
       this.$api
         .get('/user/apply/websit', {
         .get('/user/apply/websit', {
           lat: this.lat,
           lat: this.lat,
-          lng: this.lng
+          lng: this.lng,
+          examineStatus: 'OK'
         })
         })
         .then(res => {
         .then(res => {
           res.data.forEach(item => {
           res.data.forEach(item => {