Merge branch 'master' of http://192.168.0.149:10010/r/高精2.0
This commit is contained in:
@@ -350,7 +350,7 @@ export default {
|
|||||||
this.fetchData()
|
this.fetchData()
|
||||||
this.searchTable1()
|
this.searchTable1()
|
||||||
console.log(this.token)
|
console.log(this.token)
|
||||||
Number(this.token) === 8 ? this.office = true : this.office = false // 是否为办公室,8是办公室,2是采购部
|
Number(this.token) === 1 ? this.office = true : this.office = false // 是否为办公室,8是办公室,2是采购部
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
offlineChange2() { // 切换离线非离线(内)
|
offlineChange2() { // 切换离线非离线(内)
|
||||||
|
|||||||
Reference in New Issue
Block a user