|
|
@@ -128,10 +128,10 @@
|
|
|
></span>
|
|
|
</div>
|
|
|
<div class="direc">
|
|
|
- <div
|
|
|
+ <!-- <div
|
|
|
@click="configCamera(id, 'takephoto', '')"
|
|
|
class="cameraCtr"
|
|
|
- ></div>
|
|
|
+ ></div> -->
|
|
|
<div
|
|
|
@mousedown="configCamera(id, 'move', 0)"
|
|
|
@mouseup="stopConfigCamera(id)"
|
|
|
@@ -357,7 +357,7 @@ export default {
|
|
|
this.$axios({
|
|
|
method: "POST",
|
|
|
url: "list_camera",
|
|
|
- data: this.qs.stringify({ page: this.currPage }),
|
|
|
+ data: this.qs.stringify({ page: this.currPage,equip_type: 1 }),
|
|
|
}).then((res) => {
|
|
|
this.Idlist = res.data.data;
|
|
|
});
|