t
This commit is contained in:
@@ -132,6 +132,8 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
deviceListFilter() {
|
||||
this.transfer = false
|
||||
this.share = false
|
||||
let arr = this.store.data.filter((item) => {
|
||||
if (this.select.projectName && this.select.projectType) {
|
||||
return item.project === this.select.projectName && item.type === this.select.projectType
|
||||
|
||||
Reference in New Issue
Block a user