RuoYi
2025-12-16 c2ff461ff0ec168868c5f8b2138043e294d59a81
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'
    }