表头修改
This commit is contained in:
@@ -67,7 +67,7 @@ const form = reactive({
|
||||
level: 0,
|
||||
name: '',
|
||||
value: '',
|
||||
sort: 0,
|
||||
sort: 100,
|
||||
typeId: '',
|
||||
openLevel: 0,
|
||||
openDescribe: 0,
|
||||
@@ -111,7 +111,7 @@ const open = (text: string, data: anyObj) => {
|
||||
form[key] = ''
|
||||
}
|
||||
form.level = 0
|
||||
form.sort = 0
|
||||
form.sort = 100
|
||||
form.typeId = data.typeId
|
||||
form.openLevel = data.openLevel
|
||||
form.typeName = data.typeName
|
||||
|
||||
@@ -85,7 +85,7 @@ const form = reactive({
|
||||
remark: '',
|
||||
name: '',
|
||||
code: '',
|
||||
sort: 0,
|
||||
sort: 100,
|
||||
id: ''
|
||||
})
|
||||
const rules = {
|
||||
@@ -108,7 +108,7 @@ const open = (text: string, data?: anyObj) => {
|
||||
}
|
||||
form.openLevel = 0
|
||||
form.openDescribe = 0
|
||||
form.sort = 0
|
||||
form.sort = 100
|
||||
}
|
||||
}
|
||||
const submit = async () => {
|
||||
|
||||
@@ -63,7 +63,7 @@ const tableStore = new TableStore({
|
||||
name: '',
|
||||
code: '',
|
||||
remark: '',
|
||||
sort: 0,
|
||||
sort: 100,
|
||||
type: 0,
|
||||
pid: row.id,
|
||||
id: ''
|
||||
|
||||
@@ -40,7 +40,7 @@ const form = reactive({
|
||||
name: '',
|
||||
code: '',
|
||||
remark: '',
|
||||
sort: 0,
|
||||
sort: 100,
|
||||
type: 0,
|
||||
pid: 0,
|
||||
id: ''
|
||||
@@ -63,7 +63,7 @@ const open = (text: string, data?: anyObj) => {
|
||||
for (let key in form) {
|
||||
form[key] = ''
|
||||
}
|
||||
form.sort = 0
|
||||
form.sort = 100
|
||||
form.pid = 0
|
||||
form.type = 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user