This commit is contained in:
2024-04-22 17:05:23 +08:00
parent 15527d2288
commit 6249f1f0d9

View File

@ -501,6 +501,7 @@ export default {
bottomclickevent(uitem, index, uindex) {
this.$refs.wangeditor.emit()
this.form = uitem
this.taskPartitionList = []
if (this.form.taskType) {
this.changeTaskType(this.form.taskType, this.form.taskSubdivision)
}