|
@@ -1236,7 +1236,7 @@ export default {
|
|
|
if (typeof this.form.corpsTypeId == "object") {
|
|
|
this.form.corpsTypeId = this.form.corpsTypeId.join(",");
|
|
|
}
|
|
|
- if (typeof this.form.corpsTypeId == "object"){
|
|
|
+ if (typeof this.form.line == "object"){
|
|
|
this.form.line = this.form.line.join(",")
|
|
|
}
|
|
|
this.disabled = true;
|