update 设备管理-基础配置-设备分组绑定

This commit is contained in:
lb
2023-10-27 14:24:47 +08:00
parent 66660bfef7
commit 216aa6291d
12 changed files with 733 additions and 111 deletions

View File

@@ -277,7 +277,6 @@ export default {
} else if (opt.url) {
// 如果有 depends则暂时先不获取注册一个watcher
if (opt.depends) {
console.log('[handleOptions] setting watch');
this.$watch(
() => this.form[opt.depends],
(id) => {
@@ -300,7 +299,7 @@ export default {
});
},
{
immediate: true,
immediate: false,
}
);
return;