diff --git a/src/views/customer/advice/adviceList.vue b/src/views/customer/advice/adviceList.vue index 6e0ecd2..37bfead 100644 --- a/src/views/customer/advice/adviceList.vue +++ b/src/views/customer/advice/adviceList.vue @@ -117,6 +117,7 @@ limit: 20, } timeRange.value = ['', ''] + fetchData(true) } // 上传文件/批量导入 @@ -286,6 +287,7 @@ 详情 diff --git a/src/views/device/stateManage/components/templateList.vue b/src/views/device/stateManage/components/templateList.vue index 4ee4d44..1d06902 100644 --- a/src/views/device/stateManage/components/templateList.vue +++ b/src/views/device/stateManage/components/templateList.vue @@ -606,6 +606,7 @@ 取消 { - approvalCancel({ processInstanceId: processId }).then((res) => { + approvalCancel({ + comments: '', + processInstanceId: processId, + }).then((res) => { if (res.code === 200) { ElMessage({ type: 'success', @@ -361,7 +364,7 @@ 拒绝 - + 取消 diff --git a/src/views/customer/advice/adviceList.vue b/src/views/customer/advice/adviceList.vue index 6e0ecd2..37bfead 100644 --- a/src/views/customer/advice/adviceList.vue +++ b/src/views/customer/advice/adviceList.vue @@ -117,6 +117,7 @@ limit: 20, } timeRange.value = ['', ''] + fetchData(true) } // 上传文件/批量导入 @@ -286,6 +287,7 @@ 详情 diff --git a/src/views/device/standingBook/fixedAssets.vue b/src/views/device/standingBook/fixedAssets.vue index 2f0609d..be8a578 100644 --- a/src/views/device/standingBook/fixedAssets.vue +++ b/src/views/device/standingBook/fixedAssets.vue @@ -308,7 +308,7 @@ 详情 - + 删除 diff --git a/src/views/device/stateManage/components/templateList.vue b/src/views/device/stateManage/components/templateList.vue index 4ee4d44..1d06902 100644 --- a/src/views/device/stateManage/components/templateList.vue +++ b/src/views/device/stateManage/components/templateList.vue @@ -606,6 +606,7 @@ 取消 { - approvalCancel({ processInstanceId: processId }).then((res) => { + approvalCancel({ + comments: '', + processInstanceId: processId, + }).then((res) => { if (res.code === 200) { ElMessage({ type: 'success', @@ -361,7 +364,7 @@ 拒绝 - + 取消 diff --git a/src/views/measure/file/components/templatePage.vue b/src/views/measure/file/components/templatePage.vue index 19f62f2..ed79d61 100644 --- a/src/views/measure/file/components/templatePage.vue +++ b/src/views/measure/file/components/templatePage.vue @@ -406,7 +406,7 @@ 废止 - + 删除 diff --git a/src/views/customer/advice/adviceList.vue b/src/views/customer/advice/adviceList.vue index 6e0ecd2..37bfead 100644 --- a/src/views/customer/advice/adviceList.vue +++ b/src/views/customer/advice/adviceList.vue @@ -117,6 +117,7 @@ limit: 20, } timeRange.value = ['', ''] + fetchData(true) } // 上传文件/批量导入 @@ -286,6 +287,7 @@ 详情 diff --git a/src/views/device/standingBook/fixedAssets.vue b/src/views/device/standingBook/fixedAssets.vue index 2f0609d..be8a578 100644 --- a/src/views/device/standingBook/fixedAssets.vue +++ b/src/views/device/standingBook/fixedAssets.vue @@ -308,7 +308,7 @@ 详情 - + 删除 diff --git a/src/views/device/stateManage/components/templateList.vue b/src/views/device/stateManage/components/templateList.vue index 4ee4d44..1d06902 100644 --- a/src/views/device/stateManage/components/templateList.vue +++ b/src/views/device/stateManage/components/templateList.vue @@ -606,6 +606,7 @@ 取消 { - approvalCancel({ processInstanceId: processId }).then((res) => { + approvalCancel({ + comments: '', + processInstanceId: processId, + }).then((res) => { if (res.code === 200) { ElMessage({ type: 'success', @@ -361,7 +364,7 @@ 拒绝 - + 取消 diff --git a/src/views/measure/file/components/templatePage.vue b/src/views/measure/file/components/templatePage.vue index 19f62f2..ed79d61 100644 --- a/src/views/measure/file/components/templatePage.vue +++ b/src/views/measure/file/components/templatePage.vue @@ -406,7 +406,7 @@ 废止 - + 删除 diff --git a/src/views/measure/file/quality.vue b/src/views/measure/file/quality.vue index 293b325..273413e 100644 --- a/src/views/measure/file/quality.vue +++ b/src/views/measure/file/quality.vue @@ -20,7 +20,7 @@ const getMenuList = async () => { const response = await getDictByCode('fileType') menu.value.forEach((item: menuType, index: Number) => { - item.name = response.data[index].name + item.name = response.data[index as number].name }) console.log(menu, 'menu') } diff --git a/src/views/customer/advice/adviceList.vue b/src/views/customer/advice/adviceList.vue index 6e0ecd2..37bfead 100644 --- a/src/views/customer/advice/adviceList.vue +++ b/src/views/customer/advice/adviceList.vue @@ -117,6 +117,7 @@ limit: 20, } timeRange.value = ['', ''] + fetchData(true) } // 上传文件/批量导入 @@ -286,6 +287,7 @@ 详情 diff --git a/src/views/device/standingBook/fixedAssets.vue b/src/views/device/standingBook/fixedAssets.vue index 2f0609d..be8a578 100644 --- a/src/views/device/standingBook/fixedAssets.vue +++ b/src/views/device/standingBook/fixedAssets.vue @@ -308,7 +308,7 @@ 详情 - + 删除 diff --git a/src/views/device/stateManage/components/templateList.vue b/src/views/device/stateManage/components/templateList.vue index 4ee4d44..1d06902 100644 --- a/src/views/device/stateManage/components/templateList.vue +++ b/src/views/device/stateManage/components/templateList.vue @@ -606,6 +606,7 @@ 取消 { - approvalCancel({ processInstanceId: processId }).then((res) => { + approvalCancel({ + comments: '', + processInstanceId: processId, + }).then((res) => { if (res.code === 200) { ElMessage({ type: 'success', @@ -361,7 +364,7 @@ 拒绝 - + 取消 diff --git a/src/views/measure/file/components/templatePage.vue b/src/views/measure/file/components/templatePage.vue index 19f62f2..ed79d61 100644 --- a/src/views/measure/file/components/templatePage.vue +++ b/src/views/measure/file/components/templatePage.vue @@ -406,7 +406,7 @@ 废止 - + 删除 diff --git a/src/views/measure/file/quality.vue b/src/views/measure/file/quality.vue index 293b325..273413e 100644 --- a/src/views/measure/file/quality.vue +++ b/src/views/measure/file/quality.vue @@ -20,7 +20,7 @@ const getMenuList = async () => { const response = await getDictByCode('fileType') menu.value.forEach((item: menuType, index: Number) => { - item.name = response.data[index].name + item.name = response.data[index as number].name }) console.log(menu, 'menu') } diff --git a/src/views/measure/person/certificateLog.vue b/src/views/measure/person/certificateLog.vue index bd26dd9..c75b5c1 100644 --- a/src/views/measure/person/certificateLog.vue +++ b/src/views/measure/person/certificateLog.vue @@ -399,7 +399,7 @@ 详情 - + 删除 diff --git a/src/views/customer/advice/adviceList.vue b/src/views/customer/advice/adviceList.vue index 6e0ecd2..37bfead 100644 --- a/src/views/customer/advice/adviceList.vue +++ b/src/views/customer/advice/adviceList.vue @@ -117,6 +117,7 @@ limit: 20, } timeRange.value = ['', ''] + fetchData(true) } // 上传文件/批量导入 @@ -286,6 +287,7 @@ 详情 diff --git a/src/views/device/standingBook/fixedAssets.vue b/src/views/device/standingBook/fixedAssets.vue index 2f0609d..be8a578 100644 --- a/src/views/device/standingBook/fixedAssets.vue +++ b/src/views/device/standingBook/fixedAssets.vue @@ -308,7 +308,7 @@ 详情 - + 删除 diff --git a/src/views/device/stateManage/components/templateList.vue b/src/views/device/stateManage/components/templateList.vue index 4ee4d44..1d06902 100644 --- a/src/views/device/stateManage/components/templateList.vue +++ b/src/views/device/stateManage/components/templateList.vue @@ -606,6 +606,7 @@ 取消 { - approvalCancel({ processInstanceId: processId }).then((res) => { + approvalCancel({ + comments: '', + processInstanceId: processId, + }).then((res) => { if (res.code === 200) { ElMessage({ type: 'success', @@ -361,7 +364,7 @@ 拒绝 - + 取消 diff --git a/src/views/measure/file/components/templatePage.vue b/src/views/measure/file/components/templatePage.vue index 19f62f2..ed79d61 100644 --- a/src/views/measure/file/components/templatePage.vue +++ b/src/views/measure/file/components/templatePage.vue @@ -406,7 +406,7 @@ 废止 - + 删除 diff --git a/src/views/measure/file/quality.vue b/src/views/measure/file/quality.vue index 293b325..273413e 100644 --- a/src/views/measure/file/quality.vue +++ b/src/views/measure/file/quality.vue @@ -20,7 +20,7 @@ const getMenuList = async () => { const response = await getDictByCode('fileType') menu.value.forEach((item: menuType, index: Number) => { - item.name = response.data[index].name + item.name = response.data[index as number].name }) console.log(menu, 'menu') } diff --git a/src/views/measure/person/certificateLog.vue b/src/views/measure/person/certificateLog.vue index bd26dd9..c75b5c1 100644 --- a/src/views/measure/person/certificateLog.vue +++ b/src/views/measure/person/certificateLog.vue @@ -399,7 +399,7 @@ 详情 - + 删除 diff --git a/src/views/measure/person/components/addRecord.vue b/src/views/measure/person/components/addRecord.vue index 5c915a2..aa70557 100644 --- a/src/views/measure/person/components/addRecord.vue +++ b/src/views/measure/person/components/addRecord.vue @@ -243,9 +243,9 @@ - + @@ -254,17 +254,17 @@ - + - + - + @@ -273,21 +273,21 @@ - + - + - + @@ -296,7 +296,7 @@ - + 详情 - + 删除 diff --git a/src/views/device/standingBook/fixedAssets.vue b/src/views/device/standingBook/fixedAssets.vue index 2f0609d..be8a578 100644 --- a/src/views/device/standingBook/fixedAssets.vue +++ b/src/views/device/standingBook/fixedAssets.vue @@ -308,7 +308,7 @@ 详情 - + 删除 diff --git a/src/views/device/stateManage/components/templateList.vue b/src/views/device/stateManage/components/templateList.vue index 4ee4d44..1d06902 100644 --- a/src/views/device/stateManage/components/templateList.vue +++ b/src/views/device/stateManage/components/templateList.vue @@ -606,6 +606,7 @@ 取消 { - approvalCancel({ processInstanceId: processId }).then((res) => { + approvalCancel({ + comments: '', + processInstanceId: processId, + }).then((res) => { if (res.code === 200) { ElMessage({ type: 'success', @@ -361,7 +364,7 @@ 拒绝 - + 取消 diff --git a/src/views/measure/file/components/templatePage.vue b/src/views/measure/file/components/templatePage.vue index 19f62f2..ed79d61 100644 --- a/src/views/measure/file/components/templatePage.vue +++ b/src/views/measure/file/components/templatePage.vue @@ -406,7 +406,7 @@ 废止 - + 删除 diff --git a/src/views/measure/file/quality.vue b/src/views/measure/file/quality.vue index 293b325..273413e 100644 --- a/src/views/measure/file/quality.vue +++ b/src/views/measure/file/quality.vue @@ -20,7 +20,7 @@ const getMenuList = async () => { const response = await getDictByCode('fileType') menu.value.forEach((item: menuType, index: Number) => { - item.name = response.data[index].name + item.name = response.data[index as number].name }) console.log(menu, 'menu') } diff --git a/src/views/measure/person/certificateLog.vue b/src/views/measure/person/certificateLog.vue index bd26dd9..c75b5c1 100644 --- a/src/views/measure/person/certificateLog.vue +++ b/src/views/measure/person/certificateLog.vue @@ -399,7 +399,7 @@ 详情 - + 删除 diff --git a/src/views/measure/person/components/addRecord.vue b/src/views/measure/person/components/addRecord.vue index 5c915a2..aa70557 100644 --- a/src/views/measure/person/components/addRecord.vue +++ b/src/views/measure/person/components/addRecord.vue @@ -243,9 +243,9 @@ - + @@ -254,17 +254,17 @@ - + - + - + @@ -273,21 +273,21 @@ - + - + - + @@ -296,7 +296,7 @@ - +