Browse Source

设备类型管理-新增下级修改

lxh 1 year ago
parent
commit
0e68a18608
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/vent/deviceManager/comment/normalBtnTable.vue

+ 1 - 1
src/views/vent/deviceManager/comment/normalBtnTable.vue

@@ -189,7 +189,7 @@
    */
   function handleAdds(data) {
     console.log(data,'添加下级')
-    dictId.value = data.id;
+    dictId.value = data.subDictId;
     for (let key in record) {
       delete record[key];
     }