mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-02 20:19:16 +08:00
fix(接口测试): 修复接口测试文档分享时效设置bug
This commit is contained in:
parent
35f2f18295
commit
2597463323
@ -106,10 +106,12 @@
|
||||
|
||||
watch(
|
||||
() => modelValue.value,
|
||||
() => {
|
||||
(val) => {
|
||||
if (!props.allowEmpty) {
|
||||
numberValue.value = 0;
|
||||
initNumberAndType();
|
||||
} else if (val && Number(val) !== 0) {
|
||||
initNumberAndType();
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -187,6 +187,7 @@ export function getApiDetailColumn(isGroup: boolean, isPreview: boolean): MsTabl
|
||||
filterConfig: {
|
||||
options: isPreview ? lastReportStatusListOptions.value : [],
|
||||
filterSlotName: FilterSlotNameEnum.API_TEST_CASE_API_LAST_EXECUTE_STATUS,
|
||||
emptyFilter: true,
|
||||
},
|
||||
width: 150,
|
||||
showInTable: true,
|
||||
|
Loading…
Reference in New Issue
Block a user