代码调整

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