Commit b3d857c1 by caoyanzhi

添加eslint校验

parent 033ee603
......@@ -275,15 +275,10 @@
</div>
</template>
<script>
/* eslint-disable */
import navCrumb from '@/components/nav/nav.vue';
import userDefined from '@/components/userDefined.vue';
import strLength from '@/common/js/strlen';
import showMsg from '@/common/js/showmsg';
import errMsg from '@/common/js/error';
import { _debounce } from '@/common/js/public';
import { getRequest, postRequest, postJson, postForm } from '@/api/api';
import qs from 'qs';
import { getRequest } from '@/api/api';
export default {
name: 'memberGroupDetail',
data() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment