c6c016b1 by renchao@pashanhoo.com

style:自然幢多幢

1 parent 2b16654f
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-09-25 14:49:14 4 * @LastEditTime: 2023-10-10 15:54:58
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -332,7 +332,7 @@ ...@@ -332,7 +332,7 @@
332 * @author: renchao 332 * @author: renchao
333 */ 333 */
334 handleRowClick (row) { 334 handleRowClick (row) {
335 // 自然幢多选,多幢单 335 // 自然幢单选,多幢多
336 let refs = 'table1'; 336 let refs = 'table1';
337 if (this.activeName == 'dz') { 337 if (this.activeName == 'dz') {
338 refs = 'table'; 338 refs = 'table';
......