|
|
|
@ -427,8 +427,13 @@ export default {
|
|
|
|
|
cancelButtonText: '取消',
|
|
|
|
|
type: 'warning'
|
|
|
|
|
}).then(() => {
|
|
|
|
|
var ids=[];
|
|
|
|
|
for (var i=0;i<this.detailList.length;i++){
|
|
|
|
|
ids.push(this.detailList[i].id);
|
|
|
|
|
}
|
|
|
|
|
let params = {
|
|
|
|
|
id: row.id
|
|
|
|
|
id: row.id,
|
|
|
|
|
ids:ids
|
|
|
|
|
};
|
|
|
|
|
deleteByOrderId(params).then((res) => {
|
|
|
|
|
if (res.code === 20000) {
|
|
|
|
|