|
@@ -295,7 +295,7 @@ export default {
|
|
|
'6':['4'] //混合组合只能添加独立组合填写单
|
|
|
};
|
|
|
let param = {
|
|
|
- "tagName": this.searchVal,
|
|
|
+ "tagName": this.searchVal.trim(),
|
|
|
"type": this.ascription,
|
|
|
"notIds": notIds,
|
|
|
"notControlType":this.qaType==2||this.ascription!='51'?['4']:[], //组合填写单或非诊疗情况模版不能添加图片上传
|