|
@@ -223,25 +223,25 @@ export default {
|
|
|
this.$router.push({ path: '/supermaket/list', query: { totaltype: 1, column_name: '科技产品', display: 1 } });
|
|
|
},
|
|
|
productDetail(id) {
|
|
|
- this.$router.push({ path: '/supermaket/list', query: { totaltype: 2, id: id, display: 2 } });
|
|
|
+ this.$router.push({ path: '/supermaket/list', query: { totaltype: 2, id: id, display: 2, column_name: '科技产品' } });
|
|
|
},
|
|
|
toTecList() {
|
|
|
this.$router.push({ path: '/supermaket/list', query: { totaltype: 0, column_name: '技术供求', display: 1 } });
|
|
|
},
|
|
|
tecDetail(id) {
|
|
|
- this.$router.push({ path: '/supermaket/list', query: { totaltype: 0, id: id, display: 2 } });
|
|
|
+ this.$router.push({ path: '/supermaket/list', query: { totaltype: 0, id: id, display: 2, column_name: '技术供求' } });
|
|
|
},
|
|
|
toServiceList() {
|
|
|
this.$router.push({ path: '/supermaket/list', query: { totaltype: 2, column_name: '技术供求', display: 1 } });
|
|
|
},
|
|
|
serviceDetail(id) {
|
|
|
- this.$router.push({ path: '/supermaket/list', query: { totaltype: 2, id: id, display: 2 } });
|
|
|
+ this.$router.push({ path: '/supermaket/list', query: { totaltype: 2, id: id, display: 2, column_name: '技术供求' } });
|
|
|
},
|
|
|
zhuanjia() {
|
|
|
this.$router.push({ path: '/supermaket/list', query: { column_name: '专家供求', display: 1 } });
|
|
|
},
|
|
|
zhuanjiaDetail(id) {
|
|
|
- this.$router.push({ path: '/supermaket/list', query: { id: id, display: 3 } });
|
|
|
+ this.$router.push({ path: '/supermaket/list', query: { id: id, display: 3, column_name: '专家供求' } });
|
|
|
},
|
|
|
fabu() {
|
|
|
if (this.user.role == '2' || this.user.role == '3') {
|