修改bug

ww
wangwei 3 years ago
parent 9286111315
commit 0e30ba4fcb

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

Loading…
Cancel
Save