环境配置问题修复
This commit is contained in:
parent
e04e855c66
commit
d31acd3688
@ -52,6 +52,7 @@
|
|||||||
persistent
|
persistent
|
||||||
transition-show="scale"
|
transition-show="scale"
|
||||||
transition-hide="scale"
|
transition-hide="scale"
|
||||||
|
@hide="onDialogHide"
|
||||||
>
|
>
|
||||||
<q-card>
|
<q-card>
|
||||||
<q-card-section>
|
<q-card-section>
|
||||||
@ -285,6 +286,17 @@ function onReset() {
|
|||||||
myForm.value?.resetValidation();
|
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) {
|
async function deleteData(row: RunconfigItem) {
|
||||||
operateDisabled.value = true;
|
operateDisabled.value = true;
|
||||||
$q.dialog({
|
$q.dialog({
|
||||||
|
Loading…
Reference in New Issue
Block a user