wuhongyu преди 4 години
родител
ревизия
84cc404e37
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  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) {