Explorar o código

解决bug6577

haojianlong %!s(int64=4) %!d(string=hai) anos
pai
achega
6deea8c061
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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',