This commit is contained in:
2024-05-27 17:44:05 +08:00
parent 6ea09ab30a
commit d313266b48

View File

@ -395,7 +395,9 @@ export default {
loading.close(); loading.close();
this.editopen = true this.editopen = true
this.updataform = res.data this.updataform = res.data
}) }).catch(() => {
loading.close();
});
}, },
// //
deltriggerCondition(item) { deltriggerCondition(item) {