|
@@ -408,7 +408,6 @@ export default {
|
|
|
this.queryMainData(this.$route.query.id)
|
|
|
},
|
|
|
async queryMainData(id) {
|
|
|
- // this.$refs.details.$refs.group.queryGroup()
|
|
|
const res = await this.$api.requested({
|
|
|
"id":20221121195102,
|
|
|
"content": {
|
|
@@ -418,8 +417,6 @@ export default {
|
|
|
})
|
|
|
this.mainData = res.data
|
|
|
console.log(this.$refs.details.param.content,'param')
|
|
|
- // this.$refs.details.param.content.type = this.$route.query.tabIndex
|
|
|
- // this.$refs.details.param.content.where.type = this.$route.query.type
|
|
|
let listqueryid = sessionStorage.getItem('listqueryid')
|
|
|
this.mainData.type == '项目'
|
|
|
? this.mainData.typemx == '直销'
|