|
|
@@ -537,7 +537,7 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
edit(row) {
|
|
|
- this.$api.getNoticeInfo({ id: row.id }).then((res) => {
|
|
|
+ this.$api.getNoticeInfo({ id: row.id,type:"edit" }).then((res) => {
|
|
|
this.form1 = res.data.data;
|
|
|
this.fileList = res.data.data.fileurl
|
|
|
this.dialogTitle = "编辑消息";
|