master
xhj 5 months ago
parent 947db50f71
commit fb6bd9a4ec

@ -1187,11 +1187,18 @@ export default {
hdClick(){ hdClick(){
if(this.queryParam.rqopt=='02'){ if(this.queryParam.rqopt=='02'){
kcAdnSlBdQX({ "data1":this.$refs.xGrid.getCheckboxRecords(),}).then(res=>{ this.$confirm('是否取消核对, 是否继续?', '提示', {
if(res.success){ confirmButtonText: '确定',
this.initList() cancelButtonText: '取消',
} type: 'warning'
}).then((type) => {
kcAdnSlBdQX({ "data1":this.$refs.xGrid.getCheckboxRecords(),}).then(res=>{
if(res.success){
this.initList()
}
})
}) })
} }
if(this.queryParam.rqopt!=='01'){ if(this.queryParam.rqopt!=='01'){

Loading…
Cancel
Save