互联网+数据导入,修改插件
This commit is contained in:
parent
f0fa017982
commit
1f5895fd0e
|
|
@ -474,7 +474,6 @@ function ZLMRTCClient_(exports) {
|
|||
}
|
||||
};
|
||||
constraints = JSON.parse(JSON.stringify(constraints));
|
||||
remap(constraints.audio, 'autoGainControl', 'googAutoGainControl');
|
||||
remap(constraints.audio, 'noiseSuppression', 'googNoiseSuppression');
|
||||
constraints.audio = constraintsToChrome_(constraints.audio);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -354,12 +354,6 @@ import { officers } from '../api/lawenforcement/Officer'
|
|||
// 不立即更新v-model,等用户点击确认按钮时再更新
|
||||
}
|
||||
|
||||
// 清空所有选择
|
||||
function clearSelection() {
|
||||
selectedPeople.value = []
|
||||
// 不立即更新v-model,等用户点击确认按钮时再更新
|
||||
}
|
||||
|
||||
function isPersonSelected(personId) {
|
||||
return selectedPeople.value.some((p) => p.id === personId)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -471,7 +471,7 @@ const baseRoutes = [
|
|||
name: '_zfwsgl',
|
||||
component: () => import('@views/xzzfgl/zfwsgl.vue'),
|
||||
meta: {
|
||||
title: '文书管理',
|
||||
title: '执法文书管理',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
:file-list="pictureList"
|
||||
accept="image/gif,image/jpg,image/jpeg,image/png,image/GIF,image/JPG">
|
||||
<el-icon>
|
||||
<Plus/>
|
||||
|
||||
</el-icon>
|
||||
</el-upload>
|
||||
<el-upload v-if="mergeParameters.mode === 'detail'"
|
||||
|
|
|
|||
|
|
@ -57,9 +57,7 @@
|
|||
</template>
|
||||
</el-table-column>
|
||||
<template #tableControlColumn="{ data: r }">
|
||||
<el-link type="primary" @click="handleDetail(r.data.row)" title="转交">
|
||||
文书管理
|
||||
</el-link>
|
||||
<el-link type="primary" @click="handleDetail(r.data.row)" title="转交">文书管理</el-link>
|
||||
</template>
|
||||
<template #dialogContent="{ dialogConfig: dialog }">
|
||||
<document-man :dialogConfig="dialog.data" :documents="dialog.documents"></document-man>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.*;
|
|||
|
||||
import java.util.List;
|
||||
/**
|
||||
* 综合执法/文书管理
|
||||
* 综合执法/执法文书管理
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping(Constants.API_PREFIX + "/lawenforcement/documents")
|
||||
|
|
|
|||
|
|
@ -74,7 +74,6 @@ public class CaseService {
|
|||
this.agencyRepo = agencyRepo;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 案件信息
|
||||
*
|
||||
|
|
|
|||
|
|
@ -104,7 +104,6 @@ third-party:
|
|||
save: ${sso.base_url}/jcxxgl/company/jbxx/save
|
||||
token: ${sso.base_url}/uaa/oauth/backendServiceToken
|
||||
refresh: ${sso.base_url}/uaa/oauth/token
|
||||
selfInsAndSelfReport: ${sso.base_url}/jcxxglApi/djbQyfxxj/queryPage
|
||||
produceLicensePage: ${sso.base_url}/jcxxglApi/djbQyscxk/queryPage
|
||||
hazardPage: ${sso.base_url}/jcxxglApi/djbQyyhxx/queryPage
|
||||
sourcesDangerPage: ${sso.base_url}/jcxxglApi/djbQyzdbw/queryPage
|
||||
|
|
|
|||
Loading…
Reference in New Issue