Commit 39321b5f authored by wdy's avatar wdy

Merge remote-tracking branch 'origin/project1' into project1

parents f3ead098 2be6cab7
...@@ -145,7 +145,7 @@ export default { ...@@ -145,7 +145,7 @@ export default {
confirmButtonText: '确定', confirmButtonText: '确定',
cancelButtonText: '取消', cancelButtonText: '取消',
type: 'warning' type: 'warning'
}).then(res => { }).then(() => {
this.$refs.form.validate((valid) => { this.$refs.form.validate((valid) => {
if (valid) { if (valid) {
addApplication(this.form).then(res => { 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