role1.0
fanluyan 1 year ago
parent 4392ef299b
commit b57c0847de

@ -106,10 +106,6 @@ export default {
index: "/devicePhotoSchedule", index: "/devicePhotoSchedule",
title: "拍照时间表设置", title: "拍照时间表设置",
}, },
{
index: "/waterMark",
title: "水印下发",
},
], ],
}, },
{ {
@ -138,6 +134,10 @@ export default {
index: "/globalTools", index: "/globalTools",
title: "全局设置", title: "全局设置",
}, },
{
index: "/waterMark",
title: "水印下发",
},
], ],
}, },
], ],
@ -316,13 +316,16 @@ export default {
// this.items = this.items1; // this.items = this.items1;
// } // }
if (this.role == 0) { if (this.role == 0) {
console.log("ssssssssssssssssssssssssssssssssssssssss");
this.items = this.items; this.items = this.items;
} else if (this.role == 1) { } else if (this.role == 1) {
this.items = this.items1; this.items = this.items1;
} else if (this.role !== 0 && this.role !== 1) { } else if (this.role == 2) {
this.items = this.items2; this.items = this.items2;
} else if (this.role == 4) { } else if (this.role == 4) {
console.log("ssssssssssssssssssssssssssssssssssssssss");
this.items = this.hnjcitems; this.items = this.hnjcitems;
console.log("ssssssssssssssssssssssssssssssssssssssss", this.items);
} }
console.log(this.items); console.log(this.items);

@ -329,6 +329,7 @@ export default {
// //
changedate() { changedate() {
console.log(this.dateValue.getTime()); console.log(this.dateValue.getTime());
this.dateValue = this.dateValue.getTime();
this.$parent.getPhotoList( this.$parent.getPhotoList(
this.selectChannelValue, this.selectChannelValue,
this.dateValue, this.dateValue,

Loading…
Cancel
Save