pc-master #85
File diff suppressed because it is too large
Load Diff
|
@ -285,7 +285,8 @@ export default {
|
||||||
|
|
||||||
} else if (item.router == 'largeScreen') {
|
} else if (item.router == 'largeScreen') {
|
||||||
const foundObject = this.limitUserId.find(item => item.id == 2);
|
const foundObject = this.limitUserId.find(item => item.id == 2);
|
||||||
if (!foundObject) {
|
const foundObject1 = this.limitUserId.find(item => item.id == 1);
|
||||||
|
if (!foundObject || !foundObject1) {
|
||||||
this.$message('您当前没有权限查看!')
|
this.$message('您当前没有权限查看!')
|
||||||
return
|
return
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -310,6 +310,8 @@ export default {
|
||||||
this.inputData = res.data.data;
|
this.inputData = res.data.data;
|
||||||
this.getNowData()
|
this.getNowData()
|
||||||
this.get21661()
|
this.get21661()
|
||||||
|
this.inputData[21662] = this.countData10(this.inputData[21662])
|
||||||
|
|
||||||
this.inputData[21614] = this.countData10(this.inputData[21614])
|
this.inputData[21614] = this.countData10(this.inputData[21614])
|
||||||
this.inputData[21615] = this.countData(this.inputData[21615])
|
this.inputData[21615] = this.countData(this.inputData[21615])
|
||||||
this.inputData[21617] = this.countData(this.inputData[21617])
|
this.inputData[21617] = this.countData(this.inputData[21617])
|
||||||
|
|
Loading…
Reference in New Issue