refactor(src/views/reagent/warehousing): 删除模板参数格式修改

duizhaopin_ui
duan 2 years ago
parent 606c99de61
commit 104eb78179

@ -334,10 +334,11 @@ export default {
cancelButtonText: '取消', cancelButtonText: '取消',
type: 'warning' type: 'warning'
}).then(() => { }).then(() => {
del_tmp(stringify({ 'template_id_list': this.multipleSelection.map(item => item.template_id) })).then( del_tmp(stringify({ 'template_id_list': JSON.stringify(this.multipleSelection.map(item => item.template_id)) })).then(
res => { res => {
if (res.status === 0) { if (res.status === 0) {
this.$message.success('删除成功!') this.$message.success('删除成功!')
this.getTmpList()
} }
} }
) )

Loading…
Cancel
Save