|
|
@ -609,8 +609,6 @@ |
|
|
|
]) |
|
|
|
}, |
|
|
|
created() { |
|
|
|
|
|
|
|
this.getList() // 加载列表 |
|
|
|
this.getType() |
|
|
|
}, |
|
|
|
methods: { |
|
|
@ -623,12 +621,12 @@ |
|
|
|
this.searchxianshitit = '显示查询条件' |
|
|
|
} |
|
|
|
}, |
|
|
|
showGuanlian(modelSid, modelName) { |
|
|
|
console.log('sid:', modelSid, 'name:', modelName) |
|
|
|
this.setRelList.modelSid = modelSid |
|
|
|
this.checkRelieve_list.modelSid = modelSid |
|
|
|
// this.listQuery.params.modelSid = modelSid |
|
|
|
this.title = modelName |
|
|
|
showGuanlian(row) { |
|
|
|
this.setRelList.modelSid = row.sid |
|
|
|
this.checkRelieve_list.modelSid = row.sid |
|
|
|
this.title = row.modelName |
|
|
|
this.listQuery.params.modelSid = row.sid |
|
|
|
this.getList() // 加载列表 |
|
|
|
}, |
|
|
|
init() { |
|
|
|
var name = this.$store.state.modelName |
|
|
|