meixioacomponent 0.2.76 → 0.2.79
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -346,6 +346,7 @@ export default {
|
|
|
346
346
|
let valueId = [];
|
|
347
347
|
for (let i = 0; i < this.areaValue.length; i++) {
|
|
348
348
|
const item = this.areaValue[i];
|
|
349
|
+
const flag = i == this.areaValue.length - 1;
|
|
349
350
|
value[`${areaConfig[i].value}`] = item.label;
|
|
350
351
|
valueId.push(item.value);
|
|
351
352
|
}
|