Commit b7f2ce3b authored by 胡占生's avatar 胡占生 🇨🇳

Merge branch 'developer' of http://git.censoft.com.cn/ai-yunshou/ai-yunshou-vue into developer

parents 765265f3 64c2b219
File added
...@@ -411,6 +411,13 @@ function submit() { ...@@ -411,6 +411,13 @@ function submit() {
await toUpload(); //上传图片 await toUpload(); //上传图片
} }
if (algorithmManage.form.value.id) { if (algorithmManage.form.value.id) {
unref(algorithmManage.form).aiRegionalLocationList.forEach((val) => {
val.drawingArea = graph[val.id]
? JSON.stringify(graph[val.id])
: val.drawingArea
? val.drawingArea
: "";
});
algorithms = unref(algorithmManage.form).aiRegionalLocationList; algorithms = unref(algorithmManage.form).aiRegionalLocationList;
} else { } else {
unref(aiAlgorithm.list).forEach((val) => { unref(aiAlgorithm.list).forEach((val) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment