标签提交的问题

This commit is contained in:
zer0Black
2022-07-01 17:50:18 +08:00
parent d156de1ce8
commit 1cae6e9239
@@ -259,7 +259,9 @@
},
hideModal() {
this.form.dictName = this.form.dictName.trim()
this.form.description = this.form.description.trim()
if (this.form.description){
this.form.description = this.form.description.trim()
}
let params = {
...this.form
}