king
2023-03-31 5f5f799e3ebcb559cc027ac17fa9c68a1a9117bf
src/tabviews/zshare/actionList/printbutton/index.jsx
@@ -2120,6 +2120,14 @@
      if (item.type === 'linkMain' || item.type === 'funcvar') {
        _readin = false
      } else if (['select', 'link', 'radio'].includes(item.type)) { // 选中第一项
        if (typeof(_initval) === 'string' && _initval.indexOf('$first') > -1) {
          _initval = ''
          if (item.resourceType === '0' && item.options[0] && item.options[0].Value) {
            _initval = item.options[0].Value
          }
        }
      }
      if (item.type === 'linkMain' && BData.hasOwnProperty(item.field.toLowerCase())) {