|
@@ -272,7 +272,7 @@ export default {
|
|
|
var loading = this.$loading();
|
|
|
let installData = JSON.parse(JSON.stringify(this.formData));
|
|
|
installData.deviceType = _.last(installData.deviceType);
|
|
|
- if (installData.gateType == 2) {
|
|
|
+ if (installData.gateType == 1) {
|
|
|
delete installData.gateUnitDtoList;
|
|
|
}
|
|
|
this.$http
|