Ver Fonte

新增订单修改

qymljy há 1 ano atrás
pai
commit
ed133e0e8e
1 ficheiros alterados com 3 adições e 2 exclusões
  1. 3 2
      src/SManagement/user/pay-orders/modules/add.vue

+ 3 - 2
src/SManagement/user/pay-orders/modules/add.vue

@@ -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){