hookehuyr

fix

...@@ -1199,6 +1199,8 @@ export default { ...@@ -1199,6 +1199,8 @@ export default {
1199 1199
1200 state.detailModel = model; 1200 state.detailModel = model;
1201 1201
1202 + state.search_auth_value = '';
1203 +
1202 // 判断是否是流程节点 1204 // 判断是否是流程节点
1203 let model_id = model.id; 1205 let model_id = model.id;
1204 1206
......