mirror of https://github.com/halo-dev/halo-admin
style: code lint.
parent
78362a51c2
commit
22f4c1ec9a
|
@ -71,4 +71,4 @@ optionApi.type = {
|
|||
}
|
||||
}
|
||||
|
||||
export default optionApi
|
||||
export default optionApi
|
||||
|
|
|
@ -292,7 +292,8 @@ export default {
|
|||
this.handlePaginationChange(1, this.pagination.size)
|
||||
},
|
||||
onFormClose() {
|
||||
;(this.formVisible = false), (this.optionToStage = {})
|
||||
this.formVisible = false
|
||||
this.optionToStage = {}
|
||||
},
|
||||
createOrUpdateOption() {
|
||||
if (!this.optionToStage.key) {
|
||||
|
|
Loading…
Reference in New Issue