This commit is contained in:
linfso 2024-05-23 08:41:21 +08:00
parent afdf4e71ee
commit c6bdb55c39

View File

@ -1113,7 +1113,7 @@ methods: {
distinguishCancelAndClose: true,
closeOnClickModal: false
}).then(() => {
this.reset();
this.initData();
});
}
@ -1160,7 +1160,7 @@ methods: {
distinguishCancelAndClose: true,
closeOnClickModal: false
}).then(() => {
this.reset();
this.initData();
});
}