fix
This commit is contained in:
@@ -793,17 +793,18 @@ export default defineComponent({
|
||||
searchLabel.init(data,type)
|
||||
return
|
||||
},
|
||||
upLoad(){
|
||||
|
||||
},
|
||||
uploadGenerateOpen(str:any){
|
||||
// if(str == 'Generate'){
|
||||
// if(this.selectCode == 'Printboard'){
|
||||
// this.scene = this.designTypeList[this.selectCode][0]
|
||||
// }
|
||||
// }
|
||||
this.scene = this.designTypeList[this.selectCode][0]
|
||||
if(this.designTypeList[this.selectCode][0]){
|
||||
this.scene = this.designTypeList[this.selectCode][0]
|
||||
this.designType = this.designTypeList[this.selectCode][0].value
|
||||
}
|
||||
|
||||
|
||||
if(this.uploadGenerate == 'Generate'){
|
||||
if(str != 'Generate'){
|
||||
this.getLibraryList('')
|
||||
@@ -1336,6 +1337,7 @@ export default defineComponent({
|
||||
if(rv.filter((item:any)=>item.status == 'Invalid').length == dataNum){
|
||||
message.info(this.t('Generate.effectPoor'));
|
||||
}
|
||||
this.store.dispatch('getCredits')
|
||||
clearInterval(this.generateTime[str])
|
||||
clearInterval(this.remGenerateTime[str])
|
||||
this.remGenerate[str] = false
|
||||
|
||||
@@ -241,6 +241,7 @@
|
||||
id="text-area"
|
||||
placeholder="Please enter..."
|
||||
v-model="othersHelpful"
|
||||
@input="()=>helpfulOthers.checked = true"
|
||||
></textarea>
|
||||
</label>
|
||||
</div>
|
||||
@@ -357,6 +358,7 @@
|
||||
id="text-area"
|
||||
v-model="othersImprovel"
|
||||
placeholder="Please enter..."
|
||||
@input="()=>improvelOthers.checked = true"
|
||||
></textarea>
|
||||
</label>
|
||||
</div>
|
||||
@@ -404,6 +406,7 @@
|
||||
id="text-area"
|
||||
v-model="othersIsSubscribeCause"
|
||||
placeholder="Please enter..."
|
||||
@input="()=>isSubscribeCauseOthers.checked = true"
|
||||
></textarea>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
@@ -240,6 +240,7 @@
|
||||
id="text-area"
|
||||
placeholder="请输入..."
|
||||
v-model="othersHelpful"
|
||||
@input="()=>helpfulOthers.checked = true"
|
||||
></textarea>
|
||||
</label>
|
||||
</div>
|
||||
@@ -354,6 +355,7 @@
|
||||
id="text-area"
|
||||
v-model="othersImprovel"
|
||||
placeholder="请输入..."
|
||||
@input="()=>improvelOthers.checked = true"
|
||||
></textarea>
|
||||
</label>
|
||||
</div>
|
||||
@@ -401,6 +403,7 @@
|
||||
id="text-area"
|
||||
v-model="othersIsSubscribeCause"
|
||||
placeholder="请输入..."
|
||||
@input="()=>isSubscribeCauseOthers.checked = true"
|
||||
></textarea>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user