Przeglądaj źródła

修改投诉建议图片缓存问题

long 3 lat temu
rodzic
commit
c6cafb6e15

+ 1 - 0
operationSupport/src/views/propertyManagement/index.vue

@@ -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) {

+ 1 - 1
operationSupport/src/views/propertyManagement/neighbor.vue

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