From fb6bd9a4ecf8c15844da62a3e2ba5c5a901408dc Mon Sep 17 00:00:00 2001 From: xhj Date: Mon, 9 Dec 2024 17:36:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/jhzxgl/sljhD.vue | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/views/jhzxgl/sljhD.vue b/src/views/jhzxgl/sljhD.vue index 121af70..3c30fbb 100644 --- a/src/views/jhzxgl/sljhD.vue +++ b/src/views/jhzxgl/sljhD.vue @@ -1187,11 +1187,18 @@ export default { hdClick(){ if(this.queryParam.rqopt=='02'){ - kcAdnSlBdQX({ "data1":this.$refs.xGrid.getCheckboxRecords(),}).then(res=>{ - if(res.success){ - this.initList() - } + this.$confirm('是否取消核对, 是否继续?', '提示', { + confirmButtonText: '确定', + cancelButtonText: '取消', + type: 'warning' + }).then((type) => { + kcAdnSlBdQX({ "data1":this.$refs.xGrid.getCheckboxRecords(),}).then(res=>{ + if(res.success){ + this.initList() + } + }) }) + } if(this.queryParam.rqopt!=='01'){