merge
This commit is contained in:
@@ -611,7 +611,8 @@ export default {
|
||||
const response = await this.$axios('/base/core-equipment/listAll');
|
||||
this.equipmentList = response.data || [];
|
||||
const equipmentOptions = (response.data || [])
|
||||
.filter((item) => (type == 'special-equipment' ? item.special : true))
|
||||
// .filter((item) => (type == 'special-equipment' ? item.special : true))
|
||||
.filter((item) => item.special == true)
|
||||
.map((item) => ({
|
||||
label: item.name,
|
||||
value: item.id,
|
||||
|
||||
Reference in New Issue
Block a user