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