|
|
@ -251,7 +251,7 @@ |
|
|
|
:close-on-click-modal="false" |
|
|
|
:close-on-press-escape="false" |
|
|
|
title="发送通知" |
|
|
|
width="1050px" |
|
|
|
width="850px" |
|
|
|
top="5vh" |
|
|
|
class="dialog-h" |
|
|
|
@closed="diaClose"> |
|
|
@ -443,7 +443,6 @@ export default { |
|
|
|
this.$nextTick(() => { |
|
|
|
this.tableData.forEach(tableItem => { |
|
|
|
|
|
|
|
|
|
|
|
for (let j = 0; j < this.selectionAll.length; j++) { |
|
|
|
let selectionItem = this.selectionAll[j] |
|
|
|
|
|
|
|