diff --git a/.gitignore b/.gitignore index 1545149e..26c90e55 100644 --- a/.gitignore +++ b/.gitignore @@ -23,7 +23,10 @@ pnpm-debug.log* *.sln *.sw? node_modules +<<<<<<< HEAD node_modules node_modules node_modules +======= +>>>>>>> ce7123d0f78fb925333f45cb0f43791061dc0431 /dist diff --git a/src/api/home.js b/src/api/home.js index 9a24f42e..e49c3024 100644 --- a/src/api/home.js +++ b/src/api/home.js @@ -32,5 +32,17 @@ export function reserveConferenceList(caseId) { } //根据id查询密文信息 export function getEncryptInfoByid(caseId) { - return axios.get(`tiaojie/shortMessage/getMeetingInfo?authId=${caseId}`); -} \ No newline at end of file + return axios.get(`${baseUrl}/shortMessage/getMeetingInfo?authId=${caseId}`); +} +// 案件列表 +export function caseApplicationList(param) { + return axios.get(`${baseUrl}/caseApplication/list?caseId=${param}`); + } +// 签收案件 +export function msCaseSign(data) { + return axios.post(`${baseUrl}/mssignSeal/msCaseSign`, data); +} +//根据案件id获取附件 +export function fileList(caseAppliId,annexTypeList) { + return axios.get(`${baseUrl}/common/fileList?caseAppliId=${caseAppliId}&annexTypeList=${annexTypeList}`); + } diff --git a/src/views/room.vue b/src/views/room.vue index 3119d48f..11dbaed5 100644 --- a/src/views/room.vue +++ b/src/views/room.vue @@ -47,12 +47,7 @@
{{ userId }}
-
+
{{ item }}
@@ -60,8 +55,7 @@
-
- - 确认修改内容 + + 确认修改内容
- + - + - - - \ No newline at end of file + \ No newline at end of file diff --git a/src/views/signFor.vue b/src/views/signFor.vue new file mode 100644 index 00000000..b4f542f5 --- /dev/null +++ b/src/views/signFor.vue @@ -0,0 +1,141 @@ + + + + + \ No newline at end of file