|
@@ -808,7 +808,7 @@ const selectHandlers = () => {
|
|
|
// 多个办理对象 主办
|
|
|
state.ruleForm.nextMainHandler = state.ruleForm.nextHandlers[0].key;
|
|
|
// 001171:省12345平台 001178:省12345交办 这两个对应的办理对象不能参与会签
|
|
|
- const cantSelect = ['001171', '001178'];
|
|
|
+ const cantSelect = ['001171', '001178']; // AppConfigInfo.value.isAverageSendOrder
|
|
|
const isProvince12345 = state.ruleForm.nextHandlers.find((item: any) => cantSelect.includes(item.key));
|
|
|
if (isProvince12345) {
|
|
|
// 如果选择了省12345平台或者省12345交办就提示不能参与会签 并且从选择中移除
|