Parcourir la source

【修复】修复定时器列表界面变量找不到错误

俞宝山 il y a 4 ans
Parent
commit
a88e48fda2
1 fichiers modifiés avec 3 ajouts et 5 suppressions
  1. 3 5
      _web/src/views/system/timers/index.vue

+ 3 - 5
_web/src/views/system/timers/index.vue

@ -15,11 +15,9 @@
              </a-select>
            </a-form-item>
          </a-col>
          <a-col :md="!advanced && 8 || 24" :sm="24">
            <span class="table-page-search-submitButtons" :style="advanced && { float: 'right', overflow: 'hidden' } || {} ">
              <a-button type="primary" @click="$refs.table.refresh(true)">查询</a-button>
              <a-button style="margin-left: 8px" @click="() => queryParam = {}">重置</a-button>
            </span>
          <a-col :md="8" :sm="24">
            <a-button type="primary" @click="$refs.table.refresh(true)">查询</a-button>
            <a-button style="margin-left: 8px" @click="() => queryParam = {}">重置</a-button>
          </a-col>
        </a-row>
      </a-form>