From 33152481be86a617ab6851c15334a03c68cb778f Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期五, 22 九月 2023 09:04:01 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
Source/UBCS-WEB/src/views/integration/systemInfo.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Source/UBCS-WEB/src/views/integration/systemInfo.vue b/Source/UBCS-WEB/src/views/integration/systemInfo.vue
index a6b21e5..a0c1f05 100644
--- a/Source/UBCS-WEB/src/views/integration/systemInfo.vue
+++ b/Source/UBCS-WEB/src/views/integration/systemInfo.vue
@@ -136,9 +136,9 @@
//鍒嗙被鎺堟潈澶氶�夊洖璋�
checkChange(row,checked) {
if(checked){
- // console.log('row',row)
+ console.log('row',row)
this.checkAll.push(row);
- console.log('checkAll',this.checkAll)
+ // console.log('checkAll',this.checkAll)
}
},
//鍒嗙被鎺堟潈
--
Gitblit v1.10.0