【fix ESLint】src/components/jerobiz

This commit is contained in:
danshihao
2023-03-08 11:46:23 +08:00
parent 13f70fe507
commit 15a9f0a911
2 changed files with 2 additions and 4 deletions
@@ -69,7 +69,6 @@ import { cloneDeep } from 'lodash'
export default {
name: 'JSelectBizComponentModal',
mixins: [JeroListMixin],
// eslint-disable-next-line vue/no-unused-components
components: { Ellipsis, JSelectBizQueryItem },
props: {
value: {
@@ -11,13 +11,12 @@
</template>
<script>
import JDate from '@comp/jero/JDate'
// import JDate from '@comp/jero/JDate'
import JSelectBizComponent from './JSelectBizComponent'
export default {
name: 'JSelectMultiUser',
// eslint-disable-next-line vue/no-unused-components
components: { JDate, JSelectBizComponent },
components: { /* JDate, */ JSelectBizComponent },
props: {
value: null, // any type
queryConfig: {