修改bug

prod
wangwei 2 years ago
parent 48bcf0306b
commit 6c1b70abda

@ -257,7 +257,7 @@ export default {
type: "warning",
})
.then(() => {
delPlanDetailAll(row.id)
delPlanDetailAll(row)
.then((response) => {
this.loading = false;
if (response.code == 20000) {

Loading…
Cancel
Save