|
@@ -2341,7 +2341,7 @@
|
|
|
? istemplate == 1 ? 'auto' : 'auto'
|
|
|
: istemplate == 1 ? 'auto' : 'auto',
|
|
|
}">
|
|
|
- <div class="rb_c_box">
|
|
|
+ <div class="rb_c_box" v-loading="unitLoading">
|
|
|
<div class="rb_c_box_left" v-if="(steps == 3 || istemplate == 1)" :style="{width: stepShow ? '270px' : '0',minWidth: stepShow ? '270px' : '0',height: stepShow ? '100%' : '0',marginRight: stepShow ? '10px' : '0'}">
|
|
|
<div class="rb_c_box_left stepsBottom2" :style="{width: stepShow ? '270px' : '0',minWidth: stepShow ? '270px' : '0',height: stepShow ? 'calc(100% - 120px)' : '0',marginRight: stepShow ? '0' : '0'}">
|
|
|
<div></div>
|
|
@@ -7550,6 +7550,7 @@ export default {
|
|
|
anLoading: [],
|
|
|
heightPx: '100%',
|
|
|
newWidth: 350,
|
|
|
+ unitLoading: false
|
|
|
};
|
|
|
},
|
|
|
directives: {
|
|
@@ -8762,6 +8763,8 @@ export default {
|
|
|
// this.loading = true
|
|
|
functionA()
|
|
|
} else {
|
|
|
+ this.steps = 3;
|
|
|
+
|
|
|
// if(ttype == 2){
|
|
|
this.openAiDialog(clickType, "aiTaskName", functionA)
|
|
|
// }else {
|
|
@@ -18554,7 +18557,7 @@ ${msg}
|
|
|
|
|
|
# Format example
|
|
|
[{"task":"活动名/任务名/环节名","taskDetail":"活动描述/任务描述/环节描述"},{"task":"活动名/任务名/环节名","taskDetail":"活动描述/任务描述/环节描述"},{"task":"活动名/任务名/环节名","taskDetail":"活动描述/任务描述/环节描述"},{"task":"活动名/任务名/环节名","taskDetail":"活动描述/任务描述/环节描述"}]`
|
|
|
- this.loading = true
|
|
|
+ this.unitLoading = true
|
|
|
this.aiGetTaskName(message, this.aiCallBack)
|
|
|
} else if (this.aitype == "aiDetail1") {
|
|
|
this.aiDetail(msg, this.aiIndex)
|
|
@@ -20401,10 +20404,10 @@ ${this.courseText && this.aiCallBack[0] == 2 ? '注意,优化原有的<参考
|
|
|
}
|
|
|
|
|
|
callback ? callback() : ''
|
|
|
- _this.loading = false
|
|
|
+ _this.unitLoading = false
|
|
|
})
|
|
|
.catch((error) => {
|
|
|
- _this.loading = false
|
|
|
+ _this.unitLoading = false
|
|
|
console.log(error);
|
|
|
});
|
|
|
},
|