|
@@ -1721,7 +1721,7 @@ ${JSON.stringify(_list)}
|
|
|
_this.ajax
|
|
|
.post("https://dify.cocorobo.cn/v1/workflows/run?key=role", params)
|
|
|
.then(res => {
|
|
|
- let _runData = res.data;
|
|
|
+ let _runData = res.data.data;
|
|
|
let _runResult = _runData.outputs.result;
|
|
|
_runResult.forEach((txt, index) => {
|
|
|
let _oldRole = _getRoleList[index].role;
|