【fix ESLint】src/components/jerobiz
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user