mirror of
https://gitee.com/y_project/RuoYi-Vue.git
synced 2026-01-03 18:35:28 +08:00
delete eslint
This commit is contained in:
@ -115,7 +115,6 @@ export default {
|
||||
},
|
||||
computed: {},
|
||||
watch: {
|
||||
// eslint-disable-next-line func-names
|
||||
'formData.value': function (val) {
|
||||
this.dataType = isNumberStr(val) ? 'number' : 'string'
|
||||
}
|
||||
|
||||
@ -190,7 +190,6 @@ export default {
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
// eslint-disable-next-line func-names
|
||||
'activeData.label': function (val, oldVal) {
|
||||
if (
|
||||
this.activeData.placeholder === undefined
|
||||
|
||||
Reference in New Issue
Block a user