Browse Source

fix:删除debugger

master
wangqi 2 months ago
parent
commit
9d7b1dddb8
  1. 2
      src/pages/deviceInfo/components/testSheetInfoDlg.vue
  2. 1
      src/pages/system/deviceField/components/CategoryTree.vue

2
src/pages/deviceInfo/components/testSheetInfoDlg.vue

@ -72,7 +72,7 @@ function onClone() { @@ -72,7 +72,7 @@ function onClone() {
<style scoped lang="scss">
.test-sheet-info-dlg {
.dlg-body {
height: 700px;
height: 500px;
.table {
height: 100%;
}

1
src/pages/system/deviceField/components/CategoryTree.vue

@ -110,7 +110,6 @@ watch( @@ -110,7 +110,6 @@ watch(
() => props.data.length,
() => {
if (initial) {
debugger
checkDefault.value = [props.data[0].id]
nextTick(() => {
setCurrentKey(props.data[0].id)

Loading…
Cancel
Save