1
This commit is contained in:
parent
a2ae03ff07
commit
562866c52a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user