|
|
@@ -2251,7 +2251,11 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
this.activationForm = {
|
|
|
- containerNumber: this.form.containerNumber
|
|
|
+ containerNumber: this.form.containerNumber,
|
|
|
+ polId: this.form.polId?this.form.polId.split(",")[0]:null,
|
|
|
+ polCname: this.form.polCname?this.form.polCname.split(",")[0]:null,
|
|
|
+ podId: this.form.podId?this.form.podId.split(",")[0]:null,
|
|
|
+ podCname: this.form.podCname?this.form.podCname.split(",")[0]:null,
|
|
|
}
|
|
|
this.activationDialog = true
|
|
|
}
|