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 }) },