pc-master #213

Merged
xiaomeng merged 4 commits from pc-master into portal 2025-01-14 10:05:09 +00:00
Showing only changes of commit 562866c52a - Show all commits

View File

@ -879,8 +879,9 @@ export default {
//
getTypeList(val) {
var store = this.$store.state;
let typeList1 = [];
typeList1 = this.typeList.filter((item) => {
typeList1 = store.typeList.filter((item) => {
return item.value == val;
});
return typeList1[0].unit;