|
@@ -369,7 +369,8 @@ export default {
|
|
|
console.log(val,'选择版本')
|
|
|
this.userLeader = ''
|
|
|
this.userids = []
|
|
|
- this.versionList.forEach(item=>{
|
|
|
+ this.form.sys_site_systempartitionid = val
|
|
|
+ /*this.versionList.forEach(item=>{
|
|
|
if (item.sys_site_systempartitionid === val.sys_site_systempartitionid){
|
|
|
item.checkRow = true
|
|
|
this.form.sys_site_systempartitionid = item.sys_site_systempartitionid
|
|
@@ -377,7 +378,7 @@ export default {
|
|
|
item.checkRow = false
|
|
|
}
|
|
|
this.modulesList = val.systemapp
|
|
|
- })
|
|
|
+ })*/
|
|
|
|
|
|
/* this.list.forEach(item=>{
|
|
|
if (item.checkRow){
|