mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2026-01-13 20:57:09 +08:00
refactor: 调整 eslint.config.js
This commit is contained in:
@@ -167,8 +167,6 @@ const isDisabled = (disabled?: ColumnsItemDisabled<boolean | object>) => {
|
||||
}
|
||||
}
|
||||
|
||||
defineExpose({ formRef })
|
||||
|
||||
props.columns.forEach((item) => {
|
||||
if (item.request && typeof item.request === 'function' && item?.init) {
|
||||
item.request(props.modelValue).then((res) => {
|
||||
@@ -213,6 +211,8 @@ watch(cloneForm as any, (newVal, oldVal) => {
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
defineExpose({ formRef })
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
||||
Reference in New Issue
Block a user