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({ const formData = reactive({
id: '', id: '',
title: '', title: '',
adSortId: undefined, adSortId: null,
cover: '', cover: '',
type: undefined, type: null,
note: '', note: '',
content: '', content: '',
url: '', url: '',

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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