mirror of https://github.com/halo-dev/halo
style: code lint.
parent
4b85cba453
commit
7183d8efcb
|
@ -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