fuyongxin
2026-06-03 1fd34350ea68fe820c4b62881b13c9f01082e6c0
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'
    }