|
|
@ -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()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
)
|
|
|
|
)
|
|
|
|