修改
This commit is contained in:
parent
feee832628
commit
1a586451a1
@ -551,12 +551,14 @@ export default {
|
|||||||
},
|
},
|
||||||
bottomclickevent(uitem, index, uindex, item) {
|
bottomclickevent(uitem, index, uindex, item) {
|
||||||
console.log(uitem, item)
|
console.log(uitem, item)
|
||||||
|
if (uitem.id) {
|
||||||
getById(uitem.id).then(res => {
|
getById(uitem.id).then(res => {
|
||||||
this.form = res.data
|
this.form = res.data
|
||||||
if (this.form.taskType) {
|
if (this.form.taskType) {
|
||||||
this.changeTaskType(this.form.taskType, this.form.taskSubdivision)
|
this.changeTaskType(this.form.taskType, this.form.taskSubdivision)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
}
|
||||||
this.$refs.wangeditor.emit()
|
this.$refs.wangeditor.emit()
|
||||||
// this.form = uitem
|
// this.form = uitem
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user