|
@@ -15,8 +15,8 @@ export default {
|
|
|
'322':'currentEmptySon', //现病史-空模板-子模板
|
|
|
},
|
|
|
preIcss:{ //预问诊
|
|
|
- deadline:15, //int,获取预问诊内容的时效,默认-1,后台筛选15天内的,其它数值则按该数值天数筛选
|
|
|
- recordIdVal:4, //int,获取预问诊的inquiryCode入参,默认为-1即从url上获取recordId的值,非-1则使用该配置的值
|
|
|
+ deadline:-1, //int,获取预问诊内容的时效,默认-1,后台筛选15天内的,其它数值则按该数值天数筛选
|
|
|
+ recordIdVal:-1, //int,获取预问诊的inquiryCode入参,默认为-1即从url上获取recordId的值,非-1则使用该配置的值
|
|
|
},
|
|
|
// textId:'text', //自由文本标签的id,
|
|
|
textLabel:'{"tagType":"8","id":"","name":""}',
|