Commit 2be6cab7 authored by CenXinYi's avatar CenXinYi

修改ESlint问题

Signed-off-by: 's avatarCenXinYi <2810162984@qq.com>
parent 212080b3
......@@ -145,7 +145,7 @@ export default {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
}).then(res => {
}).then(() => {
this.$refs.form.validate((valid) => {
if (valid) {
addApplication(this.form).then(res => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment