Browse Source

新增订单修改

qymljy 1 năm trước cách đây
mục cha
commit
ed133e0e8e
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  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){