|
@@ -1701,7 +1701,7 @@ ${JSON.stringify(_list)}
|
|
|
}
|
|
|
|
|
|
_getRoleLoading = true;
|
|
|
- this.$ajax.post("https://dify.cocorobo.cn/v1/workflows/run",params).then(res=>{
|
|
|
+ _this.$ajax.post("https://dify.cocorobo.cn/v1/workflows/run",params).then(res=>{
|
|
|
let _runData = res.data;
|
|
|
let _runResult = _runData.outputs.result;
|
|
|
_runResult.forEach((txt,index)=>{
|