master
xhj 5 months ago
parent 947db50f71
commit fb6bd9a4ec

@ -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'){

Loading…
Cancel
Save