|
@@ -432,7 +432,7 @@ const defaultSendEmail = ['6','1','7','8','16','3','17','27','28']
|
|
|
}
|
|
|
this.$api[api](this.form).then(response=>{
|
|
|
if(response.code == 200){
|
|
|
- this.$emit('save',true)
|
|
|
+ this.$emit('save',this.form)
|
|
|
this.handleClose()
|
|
|
}
|
|
|
}).catch(error=>{
|
|
@@ -449,7 +449,7 @@ const defaultSendEmail = ['6','1','7','8','16','3','17','27','28']
|
|
|
}
|
|
|
this.$api[api](this.form).then(response=>{
|
|
|
if(response.code == 200){
|
|
|
- this.$emit('save',true)
|
|
|
+ this.$emit('save',this.form)
|
|
|
this.handleClose()
|
|
|
}
|
|
|
}).catch(error=>{
|
|
@@ -466,7 +466,7 @@ const defaultSendEmail = ['6','1','7','8','16','3','17','27','28']
|
|
|
}
|
|
|
this.$api[api](this.form).then(response=>{
|
|
|
if(response.code == 200){
|
|
|
- this.$emit('save',true)
|
|
|
+ this.$emit('save',this.form)
|
|
|
this.handleClose()
|
|
|
}
|
|
|
}).catch(error=>{
|
|
@@ -483,7 +483,7 @@ const defaultSendEmail = ['6','1','7','8','16','3','17','27','28']
|
|
|
}
|
|
|
this.$api[api](this.form).then(response=>{
|
|
|
if(response.code == 200){
|
|
|
- this.$emit('save',true)
|
|
|
+ this.$emit('save',this.form)
|
|
|
this.handleClose()
|
|
|
}
|
|
|
}).catch(error=>{
|
|
@@ -500,7 +500,7 @@ const defaultSendEmail = ['6','1','7','8','16','3','17','27','28']
|
|
|
}
|
|
|
this.$api[api](this.form).then(response=>{
|
|
|
if(response.code == 200){
|
|
|
- this.$emit('save',true)
|
|
|
+ this.$emit('save',this.form)
|
|
|
this.handleClose()
|
|
|
}
|
|
|
}).catch(error=>{
|
|
@@ -517,7 +517,7 @@ const defaultSendEmail = ['6','1','7','8','16','3','17','27','28']
|
|
|
}
|
|
|
this.$api[api](this.form).then(response=>{
|
|
|
if(response.code == 200){
|
|
|
- this.$emit('save',true)
|
|
|
+ this.$emit('save',this.form)
|
|
|
this.handleClose()
|
|
|
}
|
|
|
}).catch(error=>{
|
|
@@ -534,7 +534,7 @@ const defaultSendEmail = ['6','1','7','8','16','3','17','27','28']
|
|
|
}
|
|
|
this.$api[api](this.form).then(response=>{
|
|
|
if(response.code == 200){
|
|
|
- this.$emit('save',true)
|
|
|
+ this.$emit('save',this.form)
|
|
|
this.handleClose()
|
|
|
}
|
|
|
}).catch(error=>{
|
|
@@ -551,7 +551,7 @@ const defaultSendEmail = ['6','1','7','8','16','3','17','27','28']
|
|
|
}
|
|
|
this.$api[api](this.form).then(response=>{
|
|
|
if(response.code == 200){
|
|
|
- this.$emit('save',true)
|
|
|
+ this.$emit('save',this.form)
|
|
|
this.handleClose()
|
|
|
}
|
|
|
}).catch(error=>{
|
|
@@ -568,7 +568,7 @@ const defaultSendEmail = ['6','1','7','8','16','3','17','27','28']
|
|
|
}
|
|
|
this.$api[api](this.form).then(response=>{
|
|
|
if(response.code == 200){
|
|
|
- this.$emit('save',true)
|
|
|
+ this.$emit('save',this.form)
|
|
|
this.handleClose()
|
|
|
}
|
|
|
}).catch(error=>{
|
|
@@ -585,7 +585,7 @@ const defaultSendEmail = ['6','1','7','8','16','3','17','27','28']
|
|
|
}
|
|
|
this.$api[api](this.form).then(response=>{
|
|
|
if(response.code == 200){
|
|
|
- this.$emit('save',true)
|
|
|
+ this.$emit('save',this.form)
|
|
|
this.handleClose()
|
|
|
}
|
|
|
}).catch(error=>{
|