|
|
|
@ -1393,7 +1393,7 @@ |
|
|
|
this.$message.warning('请填写状态!') |
|
|
|
return |
|
|
|
} |
|
|
|
if (this.modalData.flag === '1') { |
|
|
|
if (this.saveMatterData.flag === '1') { |
|
|
|
saveFeedMatter(this.saveMatterData).then(({data}) => { |
|
|
|
if (data && data.code === 0) { |
|
|
|
this.searchFeedMatterRecord2() |
|
|
|
|