From 09a23d48bcdfffd2a32b27fc2e72e1e5f9c2e905 Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Fri, 10 Jul 2026 13:41:18 +0800 Subject: [PATCH] 更新以下内容: 处理样稿申请按钮调用存储过程后不回刷 --- src/mes/scheduledTasks/machineTasks/index.js | 5 ++++- src/utils/config.js | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/mes/scheduledTasks/machineTasks/index.js b/src/mes/scheduledTasks/machineTasks/index.js index 1271f7a..66bf023 100644 --- a/src/mes/scheduledTasks/machineTasks/index.js +++ b/src/mes/scheduledTasks/machineTasks/index.js @@ -624,7 +624,10 @@ const MachineTasks = baseProps => { if (sInstruct) { props.onExecInstructSet({ ...props, - btnConfig: item?.config + btnConfig: item?.config, + callback: () => { + props.onRefresh(); + } }); } diff --git a/src/utils/config.js b/src/utils/config.js index 660d46e..4a86e2c 100644 --- a/src/utils/config.js +++ b/src/utils/config.js @@ -4,10 +4,10 @@ const bHttps = location.protocol === 'https:'; export const webSite = { // ipAddress: '//t0.xlyprint.com:8000/xlyEntry/', /* 服务器地址 */ // faceAddress: isDev ? '//192.168.11.22:8080/xlyFace' : '//' + location.host + '/xlyFace', - fileAddress: isDev ? '//km5cjx.gnway.cc:43920/xlyReport/' : '//' + location.host + '/xlyReport/', // 接口地址 - faceAddress: isDev ? '//km5cjx.gnway.cc:43920/xlyFace' : '//' + location.host + '/xlyFace', + fileAddress: isDev ? '//18573763961.gnway.cc:51599/xlyEntry/' : '//' + location.host + '/xlyEntry/', // 接口地址 + faceAddress: isDev ? '//18573763961.gnway.cc:51599/xlyFace' : '//' + location.host + '/xlyFace', ipAddress: localStorage.ipAddress ? localStorage.ipAddress : isDev ? '//18573763961.gnway.cc:51599/xlyEntry/' : '//' + location.host + '/xlyEntry/', - interfaceAddress: isDev ? '//km5cjx.gnway.cc:43920/xlyApi/' : '//' + location.host + '/xlyApi/', // 接口地址88 + interfaceAddress: isDev ? '//18573763961.gnway.cc:51599/xlyApi/' : '//' + location.host + '/xlyApi/', // 接口地址88 // ipAddress: isDev ? '//ebc.jinjia.com:8091/xlyEntry/' : '//' + location.host + '/xlyEntry/', // interfaceAddress: isDev ? '//ebc.jinjia.com:8091/xlyApi/' : '//' + location.host + '/xlyApi/', // 接口地址 // ipAddress: isDev ? '//192.168.11.26:8080/xlyEntry/' : '//' + location.host + '/xlyEntry/', -- libgit2 0.22.2