update code

prv
haha 2024-04-23 22:53:34 +08:00
parent 046d367285
commit f3250cbf0f
1 changed files with 3 additions and 2 deletions

View File

@ -64,9 +64,10 @@ export default {
},
methods: {
doRowClick(row,col,e){
doRowClick(row,col,e){
if(e.target.className.indexOf("el-image__inner")==-1){
this.$refs.dlg.showDialog(row);
//this.$refs.dlg.showDialog(row);
e.target.offsetParent.parentElement.querySelector(".el-image__inner").click();
}
},
handleCurrentChange(n) {