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) { handlePeizhi(row) {
this.viewState = 5 this.viewState = 5
this.$refs['divGuanLianPeiZhi'].showGuanlian(row.sid, row.modelName) this.$refs['divGuanLianPeiZhi'].showGuanlian(row )
}, },
handleSelectionChange(row) { handleSelectionChange(row) {
const aa = [] const aa = []

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

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

Loading…
Cancel
Save