@@ -155,7 +155,9 @@ export default defineComponent({
alert("success")
}
});
- } catch (E) {}
+ } catch (E) {
+ alert(JSON.stringify(E));
+ }
}}
// onClickRight={() =>
// router.push(`/status/${route.params.status}/report`)