|
@@ -3052,7 +3052,7 @@ export default {
|
|
|
element.dictKey = Number(element.dictKey);
|
|
|
});
|
|
|
this.unitOptions = res.data.data;
|
|
|
- this.unitOptions = this.unitOptions.value.filter(
|
|
|
+ this.unitOptions = this.unitOptions.filter(
|
|
|
(item) => item.dictKey != -1
|
|
|
);
|
|
|
});
|