master
xhj 8 months ago
parent f53c91463f
commit 40fd7fe768

@ -823,7 +823,8 @@ export default {
},
ztChange(){
this.list=[]
this.tableTwo=[]
this.tableOne=[]
},
bzClick(){
console.log(this.dictData.gxry)
@ -947,6 +948,10 @@ export default {
},
print(){
if(this.queryParam.rqopt!='02'){
return
}
let selectRecords = this.$refs.xGrid.getCheckboxRecords()
if(selectRecords.length>0){
slPrint(selectRecords).then(res=>{

Loading…
Cancel
Save