hookehuyr

fix

<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-07-16 15:29:29
* @LastEditTime: 2024-07-16 15:40:29
* @FilePath: /data-table/src/views/index.vue
* @Description: 首页
-->
......@@ -332,7 +332,8 @@ const onBindSubmit = (values) => {
})
};
const flow_node_code = getUrlParams(location.href) ? getUrlParams(location.href).flow_node_code : formSetting.value.flow_node_code; // flow_node_code 表示随机选择的流程节点的ID
// const flow_node_code = getUrlParams(location.href) ? getUrlParams(location.href).flow_node_code : formSetting.value.flow_node_code; // flow_node_code 表示随机选择的流程节点的ID
const flow_node_code = $route.query.flow_node_code ? $route.query.flow_node_code :formSetting.value.flow_node_code; // flow_node_code 表示随机选择的流程节点的ID
onMounted(async () => {
// TAG: 全局背景色
......