|
|
|
@ -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
|
|
|
|
|