master
xhj 5 months ago
parent 02dc8bb7cd
commit 8156c52a83

@ -1518,13 +1518,13 @@ export default {
// if(this.queryParam.rqopt!=='01'){
// return
// }
let a=this.$refs.xGrid.getCheckboxRecords()
console.log(a);
kcAdnSlBd1(
// "data1":this.$refs.xGrid.getTableData().visibleData,
// "data2":this.$refs.xGrid1.getTableData().visibleData
this.$refs.xGrid.getCheckboxRecords()
a
).then((res) => {
// if(res.success){
this.initList()
@ -1538,6 +1538,7 @@ export default {
this.$refs.xGrid.clearEdit() //
// this.$refs.xGrid.setEditCell(row.row, row.column.property) //
null2str(row.row)
row.row.list=null;
},
getHeight() {
this.height = window.innerHeight - 190

Loading…
Cancel
Save