25840
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user