修改bug

prod
wangwei 2 years ago
parent 48bcf0306b
commit 6c1b70abda

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

Loading…
Cancel
Save