|
@@ -1,7 +1,7 @@
|
|
|
<!--
|
|
|
* @Author: your name
|
|
|
* @Date: 2022-01-08 09:27:43
|
|
|
- * @LastEditTime: 2022-03-23 16:00:26
|
|
|
+ * @LastEditTime: 2022-03-24 10:49:51
|
|
|
* @LastEditors: your name
|
|
|
* @Description: 用户组管理
|
|
|
* @FilePath: \Foshan4A2.0\src\views\accountGroupManagement\components\home.vue
|
|
@@ -239,7 +239,7 @@ export default {
|
|
|
},
|
|
|
currentKey: {
|
|
|
handler (val) {
|
|
|
- if (typeof val !== 'number') {
|
|
|
+ if (typeof val === 'object' && !val) {
|
|
|
return
|
|
|
}
|
|
|
this.$nextTick(() => {
|