【fix ESLint】src/components/jerobiz
This commit is contained in:
@@ -69,7 +69,6 @@ import { cloneDeep } from 'lodash'
|
|||||||
export default {
|
export default {
|
||||||
name: 'JSelectBizComponentModal',
|
name: 'JSelectBizComponentModal',
|
||||||
mixins: [JeroListMixin],
|
mixins: [JeroListMixin],
|
||||||
// eslint-disable-next-line vue/no-unused-components
|
|
||||||
components: { Ellipsis, JSelectBizQueryItem },
|
components: { Ellipsis, JSelectBizQueryItem },
|
||||||
props: {
|
props: {
|
||||||
value: {
|
value: {
|
||||||
|
|||||||
@@ -11,13 +11,12 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import JDate from '@comp/jero/JDate'
|
// import JDate from '@comp/jero/JDate'
|
||||||
import JSelectBizComponent from './JSelectBizComponent'
|
import JSelectBizComponent from './JSelectBizComponent'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'JSelectMultiUser',
|
name: 'JSelectMultiUser',
|
||||||
// eslint-disable-next-line vue/no-unused-components
|
components: { /* JDate, */ JSelectBizComponent },
|
||||||
components: { JDate, JSelectBizComponent },
|
|
||||||
props: {
|
props: {
|
||||||
value: null, // any type
|
value: null, // any type
|
||||||
queryConfig: {
|
queryConfig: {
|
||||||
|
|||||||
Reference in New Issue
Block a user