|
|
@ -248,6 +248,9 @@ const clearSearchInput = (field) => { |
|
|
|
item.componentProps.disabled = false |
|
|
|
} |
|
|
|
}) |
|
|
|
formRef.value.formRef.setValues({ |
|
|
|
remark:'' |
|
|
|
}) |
|
|
|
} |
|
|
|
if (field == 'q2Number') { |
|
|
|
ScrapRequestMain.allSchemas.formSchema.forEach((item) => { |
|
|
@ -257,6 +260,9 @@ const clearSearchInput = (field) => { |
|
|
|
item.componentProps.disabled = false |
|
|
|
} |
|
|
|
}) |
|
|
|
formRef.value.formRef.setValues({ |
|
|
|
remark:'' |
|
|
|
}) |
|
|
|
} |
|
|
|
if (field == 'q3Number') { |
|
|
|
ScrapRequestMain.allSchemas.formSchema.forEach((item) => { |
|
|
@ -266,6 +272,9 @@ const clearSearchInput = (field) => { |
|
|
|
item.componentProps.disabled = false |
|
|
|
} |
|
|
|
}) |
|
|
|
formRef.value.formRef.setValues({ |
|
|
|
remark:'' |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
// 查询页面返回——详情 |
|
|
|