登录对接
This commit is contained in:
@@ -152,7 +152,7 @@ export default {
|
||||
projectListFilter() {
|
||||
return this.projectList.filter((item) => {
|
||||
if (this.select.engineeringName) {
|
||||
return item.engineeringName === this.select.engineeringName
|
||||
return item.engineeringName === this.select.engineeringName || item.value == -1
|
||||
} else {
|
||||
return true
|
||||
}
|
||||
@@ -227,9 +227,7 @@ export default {
|
||||
url: '/pages/device/APF/detail',
|
||||
})
|
||||
},
|
||||
init() {
|
||||
|
||||
},
|
||||
init() {},
|
||||
},
|
||||
mounted() {
|
||||
this.userInfo = uni.getStorageSync('userInfo')
|
||||
|
||||
Reference in New Issue
Block a user