Merge remote-tracking branch 'origin/develop' into local-test
All checks were successful
CI / Docker-Build (push) Successful in 2m28s
All checks were successful
CI / Docker-Build (push) Successful in 2m28s
This commit is contained in:
commit
a936afbeb4
@ -52,6 +52,7 @@
|
||||
persistent
|
||||
transition-show="scale"
|
||||
transition-hide="scale"
|
||||
@hide="onDialogHide"
|
||||
>
|
||||
<q-card>
|
||||
<q-card-section>
|
||||
@ -285,6 +286,17 @@ function onReset() {
|
||||
myForm.value?.resetValidation();
|
||||
}
|
||||
|
||||
function onDialogHide() {
|
||||
editInfo.id = '';
|
||||
editInfo.name = '';
|
||||
editInfo.config = '';
|
||||
editInfo.description = '';
|
||||
list.forEach((ite) => {
|
||||
setDefaultVal(ite);
|
||||
});
|
||||
tab.value = list[0].fieldName;
|
||||
}
|
||||
|
||||
async function deleteData(row: RunconfigItem) {
|
||||
operateDisabled.value = true;
|
||||
$q.dialog({
|
||||
|
Loading…
Reference in New Issue
Block a user