weichaochao 5 years ago
parent
commit
d081f66477
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/services/apis.js

+ 2
- 1
src/services/apis.js View File

@@ -1163,10 +1163,11 @@ export default {
1163 1163
     url: `${prefix}/taPreselectRecord`,
1164 1164
     method: 'GET',
1165 1165
     action: 'admin.taPreselectRecord.get',
1166
+  },
1166 1167
   houseDelete: {
1167 1168
     url: `${prefix}/houseDelete/:id`,
1168 1169
     method: 'DELETE',
1169 1170
     action: 'admin.houseDelete.id.put',
1170
-  }
1171
+  },
1171 1172
  },
1172 1173
 }