Browse Source

修改车型查询,常用配置查询

master
yxt_djz 3 years ago
parent
commit
4e33f519b6
  1. 2
      anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/chexing.vue
  2. 14
      anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/relation/chexingguanlianchangyong.vue

2
anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/chexing.vue

@ -544,7 +544,7 @@
},
handlePeizhi(row) {
this.viewState = 5
this.$refs['divGuanLianPeiZhi'].showGuanlian(row.sid, row.modelName)
this.$refs['divGuanLianPeiZhi'].showGuanlian(row )
},
handleSelectionChange(row) {
const aa = []

14
anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/relation/chexingguanlianchangyong.vue

@ -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

Loading…
Cancel
Save