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'){
this.$confirm('是否取消核对, 是否继续?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
}).then((type) => {
kcAdnSlBdQX({ "data1":this.$refs.xGrid.getCheckboxRecords(),}).then(res=>{ kcAdnSlBdQX({ "data1":this.$refs.xGrid.getCheckboxRecords(),}).then(res=>{
if(res.success){ if(res.success){
this.initList() this.initList()
} }
}) })
})
} }
if(this.queryParam.rqopt!=='01'){ if(this.queryParam.rqopt!=='01'){

Loading…
Cancel
Save