优化日志详情
This commit is contained in:
parent
6ec7b2e0c8
commit
efa29d60e8
@ -47,7 +47,25 @@
|
|||||||
* 定义参数变量
|
* 定义参数变量
|
||||||
*/
|
*/
|
||||||
const emit = defineEmits(['success', 'update:visible']);
|
const emit = defineEmits(['success', 'update:visible']);
|
||||||
const formData = ref({});
|
|
||||||
|
/**
|
||||||
|
* 定义表单参数
|
||||||
|
*/
|
||||||
|
const formData = ref({
|
||||||
|
title: '',
|
||||||
|
type: '',
|
||||||
|
code: '',
|
||||||
|
receiveEmail: '',
|
||||||
|
receiveType: '',
|
||||||
|
consumeTime: '',
|
||||||
|
bizType: 0,
|
||||||
|
bizId: 0,
|
||||||
|
status: 0,
|
||||||
|
bizContent: '',
|
||||||
|
param: '',
|
||||||
|
result: '',
|
||||||
|
error: '',
|
||||||
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 定义接收的参数
|
* 定义接收的参数
|
||||||
|
@ -44,7 +44,24 @@
|
|||||||
* 定义参数变量
|
* 定义参数变量
|
||||||
*/
|
*/
|
||||||
const emit = defineEmits(['success', 'update:visible']);
|
const emit = defineEmits(['success', 'update:visible']);
|
||||||
const formData = ref({});
|
|
||||||
|
/**
|
||||||
|
* 定义表单参数
|
||||||
|
*/
|
||||||
|
const formData = ref({
|
||||||
|
filePath: '',
|
||||||
|
originalName: '',
|
||||||
|
fileType: '',
|
||||||
|
fileSize: '',
|
||||||
|
consumeTime: '',
|
||||||
|
bizType: 0,
|
||||||
|
bizId: 0,
|
||||||
|
bizContent: '',
|
||||||
|
status: 0,
|
||||||
|
param: '',
|
||||||
|
result: '',
|
||||||
|
error: '',
|
||||||
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 定义接收的参数
|
* 定义接收的参数
|
||||||
|
@ -48,7 +48,26 @@
|
|||||||
* 定义参数变量
|
* 定义参数变量
|
||||||
*/
|
*/
|
||||||
const emit = defineEmits(['success', 'update:visible']);
|
const emit = defineEmits(['success', 'update:visible']);
|
||||||
const formData = ref({});
|
|
||||||
|
/**
|
||||||
|
* 定义表单参数
|
||||||
|
*/
|
||||||
|
const formData = ref({
|
||||||
|
title: '',
|
||||||
|
type: '',
|
||||||
|
typeText: '',
|
||||||
|
number: '',
|
||||||
|
receiveMobile: '',
|
||||||
|
receiveType: '',
|
||||||
|
consumeTime: '',
|
||||||
|
bizType: 0,
|
||||||
|
bizId: 0,
|
||||||
|
status: 0,
|
||||||
|
bizContent: '',
|
||||||
|
param: '',
|
||||||
|
result: '',
|
||||||
|
error: '',
|
||||||
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 定义接收的参数
|
* 定义接收的参数
|
||||||
|
@ -50,7 +50,23 @@
|
|||||||
* 定义参数变量
|
* 定义参数变量
|
||||||
*/
|
*/
|
||||||
const emit = defineEmits(['success', 'update:visible']);
|
const emit = defineEmits(['success', 'update:visible']);
|
||||||
const formData = ref({});
|
|
||||||
|
/**
|
||||||
|
* 定义表单参数
|
||||||
|
*/
|
||||||
|
const formData = ref({
|
||||||
|
createUser: '',
|
||||||
|
ip: '',
|
||||||
|
os: '',
|
||||||
|
browser: '',
|
||||||
|
consumeTime: '',
|
||||||
|
location: '',
|
||||||
|
requestMethod: '',
|
||||||
|
status: '',
|
||||||
|
method: '',
|
||||||
|
param: '',
|
||||||
|
result: '',
|
||||||
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 定义接收的参数
|
* 定义接收的参数
|
||||||
|
@ -50,7 +50,23 @@
|
|||||||
* 定义参数变量
|
* 定义参数变量
|
||||||
*/
|
*/
|
||||||
const emit = defineEmits(['success', 'update:visible']);
|
const emit = defineEmits(['success', 'update:visible']);
|
||||||
const formData = ref({});
|
|
||||||
|
/**
|
||||||
|
* 定义表单参数
|
||||||
|
*/
|
||||||
|
const formData = ref({
|
||||||
|
title: '',
|
||||||
|
createUser: '',
|
||||||
|
ip: '',
|
||||||
|
os: '',
|
||||||
|
browser: '',
|
||||||
|
consumeTime: '',
|
||||||
|
requestMethod: '',
|
||||||
|
status: '',
|
||||||
|
method: '',
|
||||||
|
param: '',
|
||||||
|
result: '',
|
||||||
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 定义接收的参数
|
* 定义接收的参数
|
||||||
|
Loading…
Reference in New Issue
Block a user