fangyuan
2022-11-30 498750349776ee73593654ce40e2cc708e712be2
src/views/operate/images/index.vue
@@ -20,13 +20,6 @@
              >查询</el-button
            >
          </div>
          <!-- <div class="findBtn">
            <el-button
              type="primary"
              @click="handleUpdateImageResource(null, 'create')"
              >添加图片</el-button
            >
          </div> -->
        </div>
      </div>
    </header>
@@ -329,11 +322,12 @@
    },
    // 更改违规/违建
    changeTypeChecked(idx) {
      this.typeList.forEach((item) => {
        item.checked = item.value === idx;
      });
      if(idx==1){
        this.size="03";
      }else{
        this.size=null;
      }
      this.mystatus = idx + 1;
      this.size = idx;
      this.getImageResourceList();
    },
    // 设置表格斑马纹