@@ -404,7 +404,7 @@
par.deviceLocationName = par.location
? par.location.toString()
: '';
- par.extInfo = { ...this.form };
+ // par.extInfo = { ...this.form };
let obj = {};
par.extInfoSelf.forEach((item) => {
obj[item.key] = item.value;