delete eslint&vue-meta

This commit is contained in:
RuoYi
2025-05-15 09:14:02 +08:00
parent f8a918c62c
commit fbd5052f99
15 changed files with 24 additions and 247 deletions

View File

@@ -115,7 +115,6 @@ export default {
},
computed: {},
watch: {
// eslint-disable-next-line func-names
'formData.value': function (val) {
this.dataType = isNumberStr(val) ? 'number' : 'string'
}

View File

@@ -190,7 +190,6 @@ export default {
}
},
watch: {
// eslint-disable-next-line func-names
'activeData.label': function (val, oldVal) {
if (
this.activeData.placeholder === undefined