|
@@ -62,11 +62,6 @@ function AddDiag({formData,matchChange,visible,cancel,onOk,title,termSType,termT
|
|
|
setSource(item.source)
|
|
|
setIcdcode(item.code);
|
|
|
}
|
|
|
- //选中(修改)剂型时
|
|
|
- function handleChange1(val,item){
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
//保存匹配,先验证输入
|
|
|
function saveMatching(){
|
|
|
form.validateFields().then(function(values){
|
|
@@ -180,7 +175,6 @@ function AddDiag({formData,matchChange,visible,cancel,onOk,title,termSType,termT
|
|
|
<Select placeholder="请输入"
|
|
|
autoComplete='off'
|
|
|
onSearch={handleSearch1}
|
|
|
- onChange={handleChange1}
|
|
|
filterOption={false}
|
|
|
showSearch>
|
|
|
{formList.map(d => <Option key={d.id} source={d.source} code={d.code}>{d.name}</Option>)}
|