|
@@ -218,12 +218,12 @@
|
|
|
console.log(this.$route.query.id)
|
|
|
this.foremTtae = this.$route.query.tables+'_id'
|
|
|
this.queryParamslist.fixedData.condition[this.foremTtae] = this.$route.query.id
|
|
|
- this.cielsshow = true
|
|
|
+ // this.cielsshow = true
|
|
|
}else{
|
|
|
let begad = this.$route.query.tables+'_id'
|
|
|
this.queryParamslist.fixedData.condition[begad] = this.$route.query.id
|
|
|
this.foremTtae = this.$route.query.tables+'_id'
|
|
|
- this.cielsshow = false
|
|
|
+ // this.cielsshow = false
|
|
|
}
|
|
|
// this.objParamstue.fixedData.id = this.$route.query.id
|
|
|
this.init()
|