This commit is contained in:
yanran200730
2021-12-23 16:42:19 +08:00
parent b89ab13f2d
commit 6e7d0dd8b2
2 changed files with 11 additions and 37 deletions

View File

@@ -75,9 +75,7 @@
dict: Object,
permissions: Function,
row: Object,
isEdit: Boolean,
organizationId: String,
organizationName: String,
isEdit: Boolean
},
computed: {
detailTitle() {
@@ -87,8 +85,6 @@
data() {
return {
form: {
organizationId: '',
organizationName: '',
title: '',
type: '1',
analysis: '',
@@ -185,8 +181,6 @@
},
},
created() {
this.form.organizationId = this.organizationId;
this.form.organizationName = this.organizationName;
this.dict.load('partyHistoryType0', 'partyPublicCommentStatus')
this.checkDetaiList(this.row?.id);
},