|
@@ -49,14 +49,13 @@
|
|
|
<dynamic-notice ref="showDynamNotice" :path="openPath" :formData="formData"/>
|
|
|
</a-card>
|
|
|
</template>
|
|
|
-
|
|
|
<script>
|
|
|
import { filterObj } from '@/utils/util'
|
|
|
import { getAction,putAction } from '@/api/manage'
|
|
|
import ShowAnnouncement from '@/components/tools/ShowAnnouncement'
|
|
|
import {JeecgListMixin} from '@/mixins/JeecgListMixin'
|
|
|
import DynamicNotice from '../../components/tools/DynamicNotice'
|
|
|
-
|
|
|
+ import Utils from '../../api/util.js';
|
|
|
export default {
|
|
|
name: "UserAnnouncementList",
|
|
|
mixins: [JeecgListMixin],
|
|
@@ -143,9 +142,11 @@
|
|
|
this.$refs.sysAnnouncementModal.title="查看";
|
|
|
},
|
|
|
showAnnouncement(record){
|
|
|
+
|
|
|
putAction(this.url.editCementSend,{anntId:record.anntId}).then((res)=>{
|
|
|
if(res.success){
|
|
|
this.loadData();
|
|
|
+ Utils.$emit('demo','msg');
|
|
|
}
|
|
|
});
|
|
|
if(record.openType==='component'){
|