Преглед изворни кода

物业管理-通知公告模块修改添加清楚缓存

DESKTOP-4G80JF4\long пре 3 година
родитељ
комит
3ecaf41bc8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      operationSupport/src/views/propertyManagement/inform.vue

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

@@ -619,7 +619,6 @@ export default {
         changeInformType(val) {
             if (val) {
                 this.showUploadImage = true;
-                this.showDetail = false;
                 this.rowDetail = '';
                 this.showDetail = true;
                 this.centerDialogVisible = true;
@@ -642,6 +641,7 @@ export default {
         /**添加按钮 */
         add() {
             this.centerDialogVisible = true;
+            this.showDetail = true;
             this.clear();
             this.$refs.upImages.clearImageList();
             this.$refs['ruleForm'].resetFields();