代码调整

This commit is contained in:
dong 2023-12-20 15:51:08 +08:00
parent c72b11fd81
commit 232536ae34

View File

@ -189,7 +189,6 @@ function resetFn() {
cancel: true, cancel: true,
persistent: true, persistent: true,
}).onOk(() => { }).onOk(() => {
console.log('初始化', lineStore.lineId);
lineStore.lineId && lineStore.lineId &&
resetApi(lineStore.lineId) resetApi(lineStore.lineId)
.then(() => { .then(() => {
@ -200,7 +199,7 @@ function resetFn() {
}); });
}) })
.catch((err) => { .catch((err) => {
errorNotify('初始化删除!', err); errorNotify('初始化失败!', err);
}); });
}); });
} }