From 2614cb8e46062194dc7f8ad3baba7cec1963f9c6 Mon Sep 17 00:00:00 2001 From: 23688nl <329261568@qq.com> Date: Thu, 15 Sep 2022 16:00:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=EF=BC=9A=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=20=E6=89=B9=E6=AC=A1=E7=AE=A1=E7=90=86=20=E7=A1=AC?= =?UTF-8?q?=E4=BB=B6=E6=95=B0=E6=8D=AE=E5=BA=93=E7=AD=89=20=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=88=97=E8=A1=A8=20=E7=9A=84=E6=8E=92=E5=BA=8F?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/iot/batch/index.vue | 2 ++ src/views/iot/library/index.vue | 2 ++ src/views/iot/ota/index.vue | 2 ++ 3 files changed, 6 insertions(+) diff --git a/src/views/iot/batch/index.vue b/src/views/iot/batch/index.vue index 0e48e3cf..9db64455 100644 --- a/src/views/iot/batch/index.vue +++ b/src/views/iot/batch/index.vue @@ -296,6 +296,8 @@ export default { differentCode: null, vendorId: null, batchCode: null, + isAsc: 'desc', + orderByColumn: 'createTime' }, // 表单参数 form: {}, diff --git a/src/views/iot/library/index.vue b/src/views/iot/library/index.vue index ed097e52..ed02ae5e 100644 --- a/src/views/iot/library/index.vue +++ b/src/views/iot/library/index.vue @@ -368,6 +368,8 @@ export default { uId: null, serialNumber: null, devId: null, + isAsc: 'desc', + orderByColumn: 'createTime' }, batchNumber: "", // 表单参数 diff --git a/src/views/iot/ota/index.vue b/src/views/iot/ota/index.vue index 158f9469..44bd27b5 100644 --- a/src/views/iot/ota/index.vue +++ b/src/views/iot/ota/index.vue @@ -410,6 +410,8 @@ export default { otaUrl: null, txtUrl: null, otaInfo: null, + isAsc: 'desc', + orderByColumn: 'createTime' }, selectTableShow: false, tableSelectOption: {},