mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 14:10:27 +08:00
优化
This commit is contained in:
parent
e1339f890d
commit
c18ed85796
@ -194,11 +194,11 @@ export default {
|
|||||||
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
visible: true,
|
visible: false,
|
||||||
loading: false,
|
loading: false,
|
||||||
category: {
|
category: {
|
||||||
id: null,
|
id: null,
|
||||||
visible: false
|
visible: true
|
||||||
},
|
},
|
||||||
selection: [],
|
selection: [],
|
||||||
list: [],
|
list: [],
|
||||||
|
Loading…
Reference in New Issue
Block a user