haojianlong 4 anni fa
parent
commit
6deea8c061
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/components/ledger/handsontables/device.vue

+ 1 - 1
src/components/ledger/handsontables/device.vue

@@ -411,9 +411,9 @@
       },
       //获取主体数据
       getTableData() {
-        this.loading = true
         //type存在发送请求
         if (!!this.mess.deviceId) {
+          this.loading = true
           let param = {
             PageSize: this.page.size,
             Orders: 'createTime desc,EquipID desc,EquipLocalID desc,EquipLocalName desc',