forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-06 47f7d7dacee2895854dfb6e7dd20cd879f602df1
督办
2 files modified
8 ■■■■ changed files
gz-customerSystem/src/views/filesCheck/newFileCheck.jsx 6 ●●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/handleFeedback/component/handle.jsx 2 ●●● patch | view | raw | blame | history
gz-customerSystem/src/views/filesCheck/newFileCheck.jsx
@@ -2,7 +2,7 @@
 * @Company: hugeInfo
 * @Author: ldh
 * @Date: 2022-03-11 11:03:44
 * @LastEditTime: 2024-08-22 10:36:23
 * @LastEditTime: 2024-09-05 20:46:47
 * @LastEditors: dminyi 1301963064@qq.com
 * @Version: 1.0.0
 * @Description: 大厅来访材料附件查看
@@ -44,10 +44,10 @@
const FormItem = Form.Item;
const Option = Select.Option;
// http://localhost:9002/dyh-sys/api/web/fileInfo/listFileByCat?mainId=10001&ownerCat=&createStart=&createEnd=&uploaderType=
// 获取附件
function getFileListDataApi(submitData) {
    return $$.ax.request({ url: `caseInfo/listCaseFile?caseId=${submitData}`, type: 'get', service: 'mediate' });
    return $$.ax.request({ url: `fileInfo/listFileByCat?mainId=${submitData}`, type: 'get', service: 'mediate' });
}
const NewFileCheck = ({ caseId }) => {
gz-customerSystem/src/views/register/handleFeedback/component/handle.jsx
@@ -329,7 +329,7 @@
  const saveFeedback = async (submitData) => {
    console.log(submitData, 'submitData1111')
    const res = await saveFeedbackApi(submitData)
    const res = await saveFeedbackApi({ ...submitData, id: id, caseId: '24083010062110001', caseTaskId: '12345' })
    if (res.type) {
      $$.infoSuccess({ content: '保存成功' });
    }