king
2025-03-18 ffe757eb45364ed07ff9fe07cfc7c94764f72a27
2025-03-18
4个文件已修改
19 ■■■■■ 已修改文件
src/menu/components/share/actioncomponent/actionform/index.jsx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/actionList/normalbutton/index.jsx 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/mutilform/mkRadio/index.jsx 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/mutilform/mkSelect/index.jsx 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/components/share/actioncomponent/actionform/index.jsx
@@ -161,6 +161,8 @@
    let reRequired = {}
    let reReadonly = {}
    reTooltip.interface = ''
    reTooltip.proInterface = '正式系统所使用的接口地址。'
    if (['pop', 'prompt', 'exec'].includes(openType)) {
      let intertype = this.record.intertype
@@ -183,6 +185,8 @@
        }
        reReadonly.interface = false
        reRequired.interface = true
        reTooltip.interface = `可使用变量@mywebsite@ (域名+虚拟目录)、@mydomain@ (域名),如:@mywebsite@/webapi/dostars 代表 ${window.GLOB.baseurl}webapi/dostars。`
        reTooltip.proInterface += reTooltip.interface
      } else if (intertype === 'outer') {
        shows.push('procMode', 'sysInterface', 'outerFunc', 'callbackType')
        if (this.record.procMode === 'system') {
src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -1809,6 +1809,7 @@
      url = btn.interface
    }
    url = url.replace(/@mydomain@/ig, window.GLOB.location)
    
    let param = {}
src/tabviews/zshare/mutilform/mkRadio/index.jsx
@@ -54,6 +54,13 @@
        this.setState({
          value: nextProps.config.initval,
        })
        if (config.linkFields && nextProps.config.initval) {
          config.linkFields.forEach((m, i) => {
            setTimeout(() => {
              MKEmitter.emit('mkFP', m.uuid, nextProps.config.initval, 0)
            }, (i + 1) * 70)
          })
        }
      } else if (option && typeof(option.value) !== typeof(value)) {
        if (typeof(option.value) === 'number' && !isNaN(value)) {
          this.setState({
src/tabviews/zshare/mutilform/mkSelect/index.jsx
@@ -61,6 +61,13 @@
        this.setState({
          value: nextProps.config.initval,
        })
        if (config.linkFields && nextProps.config.initval) {
          config.linkFields.forEach((m, i) => {
            setTimeout(() => {
              MKEmitter.emit('mkFP', m.uuid, nextProps.config.initval, 0)
            }, (i + 1) * 70)
          })
        }
      } else if (option && typeof(option.value) !== typeof(value)) {
        if (typeof(option.value) === 'number' && !isNaN(value)) {
          this.setState({