weichaochao 5 年前
父节点
当前提交
d081f66477
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      src/services/apis.js

+ 2
- 1
src/services/apis.js 查看文件

@@ -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
 }