This commit is contained in:
liushuai
2019-03-02 09:02:56 +08:00

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() { // 切换离线非离线(内)