style: code lint.

pull/59/head
ruibaby 2019-12-03 18:57:21 +08:00
parent 78362a51c2
commit 22f4c1ec9a
2 changed files with 3 additions and 2 deletions

View File

@ -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) {