新增计划初始化
This commit is contained in:
@@ -365,8 +365,7 @@ const open = async (sign: string,
|
|||||||
} else {
|
} else {
|
||||||
resetFormContent()
|
resetFormContent()
|
||||||
}
|
}
|
||||||
// 重置表单
|
|
||||||
dialogFormRef.value?.resetFields()
|
|
||||||
|
|
||||||
if(sign == 'add')
|
if(sign == 'add')
|
||||||
{
|
{
|
||||||
@@ -379,7 +378,7 @@ const open = async (sign: string,
|
|||||||
|
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if (Array.isArray(pqReportName_Result.data)) {
|
if (Array.isArray(pqReportName_Result.data)) {
|
||||||
pqReportName.value = pqReportName_Result.data.map(item => ({ name: item }));
|
pqReportName.value = pqReportName_Result.data.map(item => ({ name: item }));
|
||||||
|
|||||||
Reference in New Issue
Block a user