src/views/basic/gyCurrency/gyCurrency.vue
@@ -1177,12 +1177,17 @@ //双击行 handleDblclick(row, column, cell, event) { if (this.checkIsIframe()) { window.parent.iframeCarCallBack(row); window.parent.iframeCurrencyCallBack(row); return; } this.OperationType = 3; this.handleEdit(row, this.OperationType); if (this.openPage) { this.$emit('deptEmitDb', row, 2) } else { this.handleEdit(); } }, // 多选框选中数据 handleSelectionChange(selection) { // this.rowForm = {}