临时提交

This commit is contained in:
648540858
2024-08-23 17:50:29 +08:00
parent 5169eb66a3
commit d2654660cb
18 changed files with 153 additions and 219 deletions

View File

@@ -89,7 +89,7 @@ export default {
form: {
name: "",
deviceId: "",
parentDeviceId: ""
parentId: ""
},
allVal: [
{
@@ -129,11 +129,12 @@ export default {
};
},
methods: {
openDialog: function (endCallBck, parentDeviceId, code, lockContent) {
openDialog: function (endCallBck, parentDeviceId, parentId, code, lockContent) {
this.showVideoDialog = true
this.activeKey= '0';
this.regionList = []
this.form.parentDeviceId = parentDeviceId
this.form.parentId = parentId
this.allVal = [
{
id: [1, 2],