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