配置变化: npm run lint
parent
ba0b49724d
commit
359d0575bc
|
@ -56,13 +56,7 @@ function closeWebsocket () {
|
|||
// close()
|
||||
this.socket.close()
|
||||
}
|
||||
function close () {
|
||||
// this.socket.close() // 关闭 websocket
|
||||
// this.socket.onclose = function (e) {
|
||||
// console.log(e)// 监听关闭事件
|
||||
// console.log('关闭')
|
||||
// }
|
||||
}
|
||||
|
||||
function webSocketSend (message) {
|
||||
this.socket.send(JSON.stringify(message))
|
||||
}
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
import { request } from '@/api/service'
|
||||
import { urlPrefix as deptPrefix } from '../dept/api'
|
||||
import util from '@/libs/util'
|
||||
|
||||
export const crudOptions = (vm) => {
|
||||
util.filterParams(vm, ['dept_name', 'role_info{name}','dept_name_all'])
|
||||
util.filterParams(vm, ['dept_name', 'role_info{name}', 'dept_name_all'])
|
||||
return {
|
||||
pageOptions: {
|
||||
compact: true
|
||||
|
|
11920
web/yarn.lock
11920
web/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue