GuLiMmo
2024-01-08 1ad266c6faf77386b7666bf3114da0d55dafc8f3
src/views/evaluate/components/addIndividualTask.vue
@@ -190,9 +190,7 @@
            this.$refs.taskTypeFormRef.validate(vaild => {
                if (!vaild) return
                const curValue = _.cloneDeep(this.taskTypeForm)
                console.log(curValue);
                this.form.categoryEntities.push(curValue)
                console.log(this.form.categoryEntities);
                this.innerVisible = false
            })
        },