LaiTool V3.0.1-preview.7

This commit is contained in:
2024-08-18 16:22:19 +08:00
parent 07f99708da
commit 223678f761
78 changed files with 2827 additions and 917 deletions
+2 -1
View File
@@ -81,6 +81,8 @@ export const useReverseManageStore = defineStore('reverseManage', {
// 获取小说任务数据
async GetBookTaskDataFromDB(condition) {
try {
debugger
this.bookTaskData = []
//@ts-ignore
let res = await window.book.GetBookTaskData(condition)
if (res.code == 0) {
@@ -90,7 +92,6 @@ export const useReverseManageStore = defineStore('reverseManage', {
this.bookTaskData = res.data.bookTasks
this.selectBookTask = res.data.bookTasks[0]
} else {
this.bookTaskData = []
this.selectBookTask = {
no: null,
id: null,