[update] 54095
This commit is contained in:
@@ -201,6 +201,9 @@ export default {
|
||||
this.areaVisible=false
|
||||
},
|
||||
handleSubmit() {
|
||||
if( this.formInline.paramsTemplateName !== undefined) {
|
||||
this.formInline.paramsTemplateName = this.formInline.paramsTemplateName.trim()
|
||||
}
|
||||
this.$refs.ruleForm.validate(valid => {
|
||||
if (valid) {
|
||||
getAction(this.url.copy + `?id=${this.selectedRowKeys[0]}¶msTemplateName=${this.formInline.paramsTemplateName}`, {}).then((res) => {
|
||||
|
||||
Reference in New Issue
Block a user