BUG 25559
This commit is contained in:
@@ -394,7 +394,6 @@ export default {
|
||||
filterText(val) {
|
||||
this.$refs.partyTree.filter(val);
|
||||
},
|
||||
|
||||
selectParty(newVal) {
|
||||
++this.partyKey
|
||||
|
||||
@@ -413,7 +412,6 @@ export default {
|
||||
this.$set(this.form, 'chargeOfSignInList', [])
|
||||
this.$set(this.form, 'participantList', [])
|
||||
},
|
||||
|
||||
form: {
|
||||
handler(newVal) {
|
||||
if (newVal.startTime && newVal.meetingBefore) {
|
||||
@@ -590,7 +588,7 @@ export default {
|
||||
|
||||
//获取会议详请
|
||||
getDetailInfo() {
|
||||
this.instance.post(`/app/appthreemeetinginfo/queryDetailById?id=${this.detail.id}`).then(res => {
|
||||
this.detail.id && this.instance.post(`/app/appthreemeetinginfo/queryDetailById?id=${this.detail.id}`).then(res => {
|
||||
if (res && res.data) {
|
||||
this.form = res.data
|
||||
this.form.meetingClassification = res.data.meetingClassification.split(",");
|
||||
|
||||
@@ -429,7 +429,7 @@ export default {
|
||||
},
|
||||
//获取会议详请
|
||||
getDetailInfo() {
|
||||
this.instance.post(`/app/appthreemeetinginfo/queryDetailById?id=${this.detail.id}`).then(res => {
|
||||
this.detail.id&& this.instance.post(`/app/appthreemeetinginfo/queryDetailById?id=${this.detail.id}`).then(res => {
|
||||
if (res?.data) {
|
||||
res.data.annex = JSON.parse(res.data.annex);
|
||||
res.data.meetingClassification = res.data.meetingClassification.split(',');
|
||||
|
||||
Reference in New Issue
Block a user