dev-QQq
qinzhenpen 2 years ago
parent 8352e4a9cf
commit 45590e9f86

@ -1,5 +1,13 @@
<!--
* @Author: qinzhenpen qzp1807@126.com
* @Date: 2024-08-16 17:56:32
* @LastEditors: qinzhenpen qzp1807@126.com
* @LastEditTime: 2024-08-16 17:59:16
* @FilePath: \vue3\src\views\digitalMarketTech\AIGCLargeModel\index.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
<template>
<div class="app-top app-container">
<div class="app-top">
<el-button v-for="(item,index) in imgData" :key="index" :class="item.img" @click="clickIndx(index)">{{item.text}}</el-button>
</div>
<component :is="page"></component>

@ -289,7 +289,7 @@ const handlemodelSelectionChange = (type) => {
//
const modelCalculation = () => {
const processedData = processArrayData(analysisHanderKry.value, analysisData.value);
marketingAlgorithmApi.getMarketingAlgorithmPreprocessing({ map: processedData, statistic: g_modelParameter.value, userId: n_dataTableQuery.value.userId });
marketingAlgorithmApi.getMarketingAlgorithmPreprocessing(JSON.stringify({ map: processedData, statistic: g_modelParameter.value, userId: n_dataTableQuery.value.userId }));
};
function processArrayData(keys, data) {
//

@ -1,5 +1,5 @@
<template>
<el-scrollbar height="850px" always>
<div class="app-container">
<div class="tl_top">
<div class="eval_top">
@ -26,6 +26,7 @@
</div>
<hr />
</div>
<el-scrollbar height="800px" always>
<div
class="eval_main"
v-for="(item, index) in mlist"
@ -153,8 +154,8 @@
</div>
</div>
</div>
</div>
</el-scrollbar>
</div>
</template>
<script setup>
// import { useRouter } from "vue-router";

Loading…
Cancel
Save