选择网格bug
This commit is contained in:
@@ -206,16 +206,13 @@ export default {
|
|||||||
const column = e.detail.column
|
const column = e.detail.column
|
||||||
const value = e.detail.value
|
const value = e.detail.value
|
||||||
|
|
||||||
|
if (column === 0) {
|
||||||
if (column === column) {
|
|
||||||
this.getGirdData(value)
|
this.getGirdData(value)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
onChange(e) {
|
onChange(e) {
|
||||||
console.log(e)
|
|
||||||
const v = e.detail.value[1]
|
const v = e.detail.value[1]
|
||||||
console.log(v)
|
|
||||||
if (this.gridList[1][v]) {
|
if (this.gridList[1][v]) {
|
||||||
this.form.girdName = this.gridList[1][v].girdName
|
this.form.girdName = this.gridList[1][v].girdName
|
||||||
this.form.girdId = this.gridList[1][v].id
|
this.form.girdId = this.gridList[1][v].id
|
||||||
|
|||||||
Reference in New Issue
Block a user