@ -96,14 +96,6 @@ export const formSchemas: FormSchema[] = [
options: [],
},
{
label: '编号',
field: 'id',
component: 'Input',
componentProps: {
placeholder: '输入编号',
field: 'faultLocation',
label: '故障地点',
@ -91,7 +91,7 @@
i.value = i.pointName;
i.label = i.pointName;
});
formSchemas[6].componentProps.options = faultLocationOptions.value;
formSchemas[5].componentProps.options = faultLocationOptions.value;
};
const getOptions = () => {
getProjectOptions();