This commit is contained in:
yanran200730
2021-12-23 15:29:42 +08:00
parent bdee85e334
commit 4a33e17110
2 changed files with 1 additions and 27 deletions

View File

@@ -75,8 +75,6 @@
data() {
return {
form: {
organizationId: '',
organizationName: '',
title: '',
num: '',
videoUrl: "",
@@ -158,8 +156,6 @@
},
},
created() {
this.form.organizationId = this.organizationId;
this.form.organizationName = this.organizationName;
this.checkDetaiList(this.parentRow?.id);
if (this.row?.id) {
this.getDetail();