Compare commits

..

No commits in common. "bb992adbfea4c2f8bf7182a4718a49462c281f92" and "f802f71800c5c03e152b435cb30f6382156410c1" have entirely different histories.

1 changed files with 0 additions and 6 deletions

View File

@ -50,13 +50,7 @@ const emit = defineEmits(["success"]);
const submit = async (transition_id) => {
isSaveing.value = true;
if (props.submit_b_func) {
try{
await props.submit_b_func();
}catch (e) {
isSaveing.value = false;
return;
}
}
if (props.ticketId != null && props.ticketId != undefined) {
let params = new Object();