Commit b931bc35 authored by jingnan's avatar jingnan 👀

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

parent 33b7656d
...@@ -256,13 +256,13 @@ export default { ...@@ -256,13 +256,13 @@ export default {
type: 'warning' type: 'warning'
// customClass: 'lacclaims-footer-message' // customClass: 'lacclaims-footer-message'
}).then(() => { }).then(() => {
const params = { // const params = {
id: row.id, // 记实id // id: row.id, // 记实id
operator: 'REMOVE' // operator: 'REMOVE'
} // }
// 发送请求 // 发送请求
// `ExtScanCodeRecord/removeScanCode?id=${row.extScanCodeRecords[0].id}&reqName=${row.extMaterial.resType2.typeName}` // `ExtScanCodeRecord/removeScanCode?id=${row.extScanCodeRecords[0].id}&reqName=${row.extMaterial.resType2.typeName}`
post('/ExtScanCodeRecord/recursion', params) post(`/ExtScanCodeRecord/removeScanCode?id=${row.id}`, {})
.then((res) => { .then((res) => {
if (res.message.includes('成功')) { if (res.message.includes('成功')) {
this.$parent.$parent.$parent.$refs.header.getTableData() 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