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() {
<style scoped lang="scss"> <style scoped lang="scss">
.test-sheet-info-dlg { .test-sheet-info-dlg {
.dlg-body { .dlg-body {
height: 700px; height: 500px;
.table { .table {
height: 100%; height: 100%;
} }

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

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

Loading…
Cancel
Save