隐藏拖拽、绑定商品多选
This commit is contained in:
parent
065d159b49
commit
ac1c17e958
|
|
@ -300,7 +300,7 @@ export default {
|
||||||
this.getTableData()
|
this.getTableData()
|
||||||
this.getTableDatatype()
|
this.getTableDatatype()
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.tableDrag()
|
// this.tableDrag()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
|
||||||
|
|
@ -293,7 +293,7 @@ export default {
|
||||||
this.getTableDatainformation()
|
this.getTableDatainformation()
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
// this.tableDrag()
|
// this.tableDrag()
|
||||||
this.$refs.shopList.isselectEvent()
|
// this.$refs.shopList.isselectEvent()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
|
||||||
|
|
@ -143,7 +143,7 @@ export default {
|
||||||
mounted() {
|
mounted() {
|
||||||
this.getTableData()
|
this.getTableData()
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.tableDrag()
|
// this.tableDrag()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
@ -291,4 +291,4 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue