This commit is contained in:
陈红丽 2024-12-13 13:58:12 +08:00
parent 6c246de5a2
commit 5a70e5e540
11 changed files with 16 additions and 16 deletions

View File

@ -157,9 +157,9 @@
const formData = reactive({
id: '',
title: '',
adSortId: undefined,
adSortId: null,
cover: '',
type: undefined,
type: null,
note: '',
content: '',
url: '',

View File

@ -72,7 +72,7 @@
name: '',
location: '',
note: '',
type: undefined,
type: null,
sort: 0,
});

View File

@ -109,8 +109,8 @@
*/
const formData = reactive({
id: '',
layoutId: undefined,
type: undefined,
layoutId: null,
type: null,
typeText: '',
typeId: '',
image: '',

View File

@ -101,9 +101,9 @@
const formData = reactive({
id: '',
name: '',
type: undefined,
type: null,
url: '',
form: undefined,
form: null,
image: '',
status: 1,
sort: 0,

View File

@ -172,7 +172,7 @@
const formData = reactive({
id: '',
pid: 0,
level: undefined,
level: null,
name: '',
cityCode: '',
areaCode: '',

View File

@ -83,7 +83,7 @@
const formData = reactive({
id: '',
name: '',
type: undefined,
type: null,
code: '',
value: '',
status: 1,

View File

@ -103,7 +103,7 @@
id: '',
title: '',
content: '',
type: undefined,
type: null,
code: '',
filePath: '',
fileName: '',

View File

@ -102,7 +102,7 @@
code: '',
number: '',
content: '',
type: undefined,
type: null,
});
/**

View File

@ -98,7 +98,7 @@
code: '',
number: '',
content: '',
type: undefined,
type: null,
});
/**

View File

@ -104,7 +104,7 @@
id: '',
name: '',
code: '',
dbType: undefined,
dbType: null,
dbDriver: '',
dbUrl: '',
dbName: '',

View File

@ -141,11 +141,11 @@
id: '',
jobName: '',
jobAlias: '',
jobGroup: undefined,
jobGroup: null,
jobTrigger: '',
status: undefined,
status: null,
cronExpression: '',
executePolicy: undefined,
executePolicy: null,
isSync: 0,
url: '',
note: '',