代码调整
This commit is contained in:
parent
c72b11fd81
commit
232536ae34
@ -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);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user