配置引导页完成
This commit is contained in:
		| @@ -18,8 +18,10 @@ export default { | ||||
|   }, | ||||
|   methods: { | ||||
|     handleOper(event) { | ||||
|       this.edit = !this.edit | ||||
|       this.$emit(event) | ||||
|       if (event != "submit") { | ||||
|         this.edit = !this.edit | ||||
|         this.$emit(event) | ||||
|       } else this.$emit(event, () => this.edit = !this.edit) | ||||
|     } | ||||
|   } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user