|
@@ -228,7 +228,7 @@
|
|
schemas: getquanjingSchemas(),
|
|
schemas: getquanjingSchemas(),
|
|
};
|
|
};
|
|
const [registerPriority, { openModal: openPriorityModal }] = useModal();
|
|
const [registerPriority, { openModal: openPriorityModal }] = useModal();
|
|
- const [registerDownModal, { openModal: openDownModal }] = useModal();
|
|
|
|
|
|
+ const [registerDownModal, { openModal: openDownModal, closeModal }] = useModal();
|
|
const [registerMoveModal, { openModal: openMoveModal }] = useModal();
|
|
const [registerMoveModal, { openModal: openMoveModal }] = useModal();
|
|
const [
|
|
const [
|
|
registerTableScene,
|
|
registerTableScene,
|
|
@@ -389,6 +389,7 @@
|
|
downloadOption.value = {
|
|
downloadOption.value = {
|
|
progress: 0,
|
|
progress: 0,
|
|
};
|
|
};
|
|
|
|
+ closeModal();
|
|
timer.value = null;
|
|
timer.value = null;
|
|
}
|
|
}
|
|
function getProcess(params) {
|
|
function getProcess(params) {
|