表头修改
This commit is contained in:
@@ -68,7 +68,7 @@ const form: any = reactive({
|
||||
pid: '0',
|
||||
remark: '',
|
||||
routeName: '',
|
||||
sort: 0,
|
||||
sort: 100,
|
||||
type: 0
|
||||
})
|
||||
|
||||
@@ -82,7 +82,7 @@ const open = (text: string, data: anyObj) => {
|
||||
form[key] = ''
|
||||
}
|
||||
form.pid = data.pid || '0'
|
||||
form.sort = 0
|
||||
form.sort = 100
|
||||
form.type = 0
|
||||
|
||||
if (data.id) {
|
||||
|
||||
Reference in New Issue
Block a user