src/templates/zshare/formconfig.jsx
@@ -871,7 +871,7 @@ options: opentypes }, { type: 'radio', type: 'select', key: 'funcType', label: Formdict['header.form.funcType'], initVal: card.funcType || '', @@ -882,6 +882,9 @@ }, { value: 'print', text: '标签打印' }, { value: 'closetab', text: '标签关闭' }] }, { @@ -1156,6 +1159,14 @@ options: menulist }, { type: 'cascader', key: 'refreshTab', label: '刷新标签', initVal: card.refreshTab || [], required: false, options: menulist }, { type: 'radio', key: 'afterExecSuccess', label: Formdict['header.form.afterExecSuccess'],