LaiTool V3.0.1-preview.7
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user