From 1f3a5a194e8443598be852073d290dc8e62763f5 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Sun, 8 Jan 2023 15:29:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/thrsys/ThrProductsCheck.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/thrsys/ThrProductsCheck.vue b/src/views/thrsys/ThrProductsCheck.vue index b20124f..e8c009f 100644 --- a/src/views/thrsys/ThrProductsCheck.vue +++ b/src/views/thrsys/ThrProductsCheck.vue @@ -173,7 +173,7 @@ - 取消 + 取消 通过 不通过 @@ -257,6 +257,11 @@ export default { this.filterQuery.page = 1; this.getList(); }, + checkVisible1(){ + this.checkVisible = false; + this.remark='' + }, + getList() { if (this.filterQuery.thirdSys == null) { this.$message.warning("请先选择第三方系统!")