RuoYi
2026-01-08 cfd619fa4f1f6b693a97b7865d57f8b9982d29a4
ruoyi-ui/src/views/tool/build/TreeNodeDialog.vue
@@ -115,7 +115,6 @@
  },
  computed: {},
  watch: {
    // eslint-disable-next-line func-names
    'formData.value': function (val) {
      this.dataType = isNumberStr(val) ? 'number' : 'string'
    }