From a0b60da8afbdd90c13e22968ce49fc4136a9d9d6 Mon Sep 17 00:00:00 2001 From: wulin Date: Wed, 26 Aug 2020 11:56:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E9=87=8F=E6=8F=90=E4=BA=A4=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E6=95=B0=E6=8D=AE=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/result/record/lzresultrecordapp.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/modules/result/record/lzresultrecordapp.vue b/src/views/modules/result/record/lzresultrecordapp.vue index 9c2c851..87975cf 100644 --- a/src/views/modules/result/record/lzresultrecordapp.vue +++ b/src/views/modules/result/record/lzresultrecordapp.vue @@ -276,6 +276,7 @@ export default { 'recordIds': this.recordIdsSelect.join(',') }).then(data => { this.alertInfo(data.msg) + this.getDataList() }) }) },