@@ -443,6 +443,7 @@ export default {
},
/** 查看处理详情*/
clickEdit(row) {
+ this.mediaList = [];
// 获取处理内容
this.$http.post(`/sc-community-web/feedback/find/${row.id}`).then((res) => {
if (res.status === 0) {
@@ -316,7 +316,7 @@ export default {
clickEdit(type, row) {
- this.mediaList = '';
if (type == 'endit') {
this.rowData = row;
this.$http.get('/sc-community-web/neighbourhood/find/' + row.id).then((res) => {