This commit is contained in:
chenjianan
2019-03-02 09:02:07 +08:00
parent 9e1044e5db
commit 8725610c0f

View File

@@ -350,7 +350,7 @@ export default {
this.fetchData()
this.searchTable1()
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: {
offlineChange2() { // 切换离线非离线(内)