From d1df34bf08580a84bdba1f7e45bde0d717f5e5fe Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 14 Sep 2021 16:41:19 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=20=E4=BF=AE=E6=94=B9=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E5=A4=8D=E5=88=B6=E4=B9=8B=E5=90=8E=20=E5=86=8D?= =?UTF-8?q?=E6=AC=A1=E7=BC=96=E8=BE=91=E4=BE=9D=E7=84=B6=E6=98=AF=E5=A4=8D?= =?UTF-8?q?=E5=88=B6=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/mixin/dataList.js | 1 + 1 file changed, 1 insertion(+) diff --git a/nezha-fronted/src/components/common/mixin/dataList.js b/nezha-fronted/src/components/common/mixin/dataList.js index 40e02f612..06cf12799 100644 --- a/nezha-fronted/src/components/common/mixin/dataList.js +++ b/nezha-fronted/src/components/common/mixin/dataList.js @@ -126,6 +126,7 @@ export default { }, closeRightBox (refresh) { this.rightBox.show = false + this.copyFlag = false if (refresh) { this.delFlag = true this.getTableData()