Commit b931bc35 authored by jingnan's avatar jingnan 👀

胶漆材料纪实删除接口修改

parent 33b7656d
......@@ -256,13 +256,13 @@ export default {
type: 'warning'
// customClass: 'lacclaims-footer-message'
}).then(() => {
const params = {
id: row.id, // 记实id
operator: 'REMOVE'
}
// const params = {
// id: row.id, // 记实id
// operator: 'REMOVE'
// }
// 发送请求
// `ExtScanCodeRecord/removeScanCode?id=${row.extScanCodeRecords[0].id}&reqName=${row.extMaterial.resType2.typeName}`
post('/ExtScanCodeRecord/recursion', params)
post(`/ExtScanCodeRecord/removeScanCode?id=${row.id}`, {})
.then((res) => {
if (res.message.includes('成功')) {
this.$parent.$parent.$parent.$refs.header.getTableData()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment