|
@@ -2596,6 +2596,9 @@ export default {
|
|
+'\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0'+
|
|
+'\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0'+
|
|
item.appName+'\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0'+item.appVersion}
|
|
item.appName+'\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0'+item.appVersion}
|
|
})
|
|
})
|
|
|
|
+ // if(val!=undefined && (val&&val.length>1)){
|
|
|
|
+ this.getIsActivate(appidArr[0].key)
|
|
|
|
+ // }
|
|
// setTimeout(()=>{
|
|
// setTimeout(()=>{
|
|
|
|
|
|
// this.form.setFieldsValue({
|
|
// this.form.setFieldsValue({
|
|
@@ -2644,9 +2647,7 @@ export default {
|
|
if(this.getFormData('singleAppid')==1){
|
|
if(this.getFormData('singleAppid')==1){
|
|
this.getIsActivate(val.key)
|
|
this.getIsActivate(val.key)
|
|
}else{
|
|
}else{
|
|
- if(val!=undefined && (val&&val.length>0)){
|
|
|
|
- this.getIsActivate(val[0].key)
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|