zhaoke 2 år sedan
förälder
incheckning
5193352b88
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      src/views/newTransfer/index.vue
  2. 1 1
      src/views/newUserManagement/index.vue

+ 1 - 1
src/views/newTransfer/index.vue

@@ -119,7 +119,7 @@ export default {
         if (Object.hasOwnProperty.call(queryData, key)) {
           const val = queryData[key]
           const comparator = key == 'startDate' ? '>=' : key == 'endDate' ? '<=' : '='
-          const column = key == 'startDate' ? 'flightDate' : key == 'endDate' ? 'flightDate' : key
+          const column = key == 'startDate' ? 'departure_flights_date' : key == 'endDate' ? 'departure_flights_date' : key
           const r = {
             left: '(',
             column: column,

+ 1 - 1
src/views/newUserManagement/index.vue

@@ -436,7 +436,7 @@ export default {
         this.dataType = 'add'
         this.dataTitle = '新增账号'
         this.clearTableForm()
-        // this.ruleForm.user_group_id = this.arrs[this.activeIndex].user_group_id
+        this.ruleForm.user_group_id = this.treeCheckObj.user_group_id
       } else {
         this.$message.error('请选中用户后再操作')
       }