This commit is contained in:
sjl
2025-01-15 13:46:11 +08:00
parent 56619c9140
commit c2b63a7a3f
4 changed files with 7 additions and 5 deletions

View File

@@ -377,7 +377,6 @@ const rules = computed(() => {
// 打开弹窗,可能是新增,也可能是编辑
const open = async (sign: string, data: Device.ResPqDev,currentMode: string,currentScene: string,devType:Device.ResDev[] ) => {
console.log('打开弹窗', dictStore.getDictData('app_scene'))
devTypeOptions.value = devType
mode.value = currentMode
scene.value = currentScene