wuhongyu 4 years ago
parent
commit
84cc404e37
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/communication/parts/demand.vue

+ 3 - 1
src/views/communication/parts/demand.vue

@@ -44,7 +44,9 @@ export default {
     xuqiu(item) {
       // this.$router.push({ path: '/demand/index', query: { id: item.id } });
       let id = item.id;
-      window.open('/demand/index?id' + id);
+      window.open('/demand/index?id=' + id);
+
+      // $window.open('/bdfence/bdfence-division/bdfence.html?vehicleId=' + id);
     },
     async onclick() {
       if (this.user) {