master
xhj 9 months ago
parent f53c91463f
commit 40fd7fe768

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

Loading…
Cancel
Save