|
@@ -44,7 +44,7 @@ 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('/count/demand/index?id=' + id);
|
|
|
|
|
|
// $window.open('/bdfence/bdfence-division/bdfence.html?vehicleId=' + id);
|
|
|
},
|