@@ -274,7 +274,7 @@ const deviceName = (val) => {
}
const storeName = (val) => {
- let e = storeData.options.find(i => i.id === val)
+ let e = storeData.options.find(i => i.id == val)
return e ? e.name : val
</script>