修改bug

ww
wangwei 2 years ago
parent 9286111315
commit 0e30ba4fcb

@ -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) {

Loading…
Cancel
Save