update 保存、提交审核相关

This commit is contained in:
2021-06-28 17:36:47 +08:00
parent 4eace63902
commit 11de5a84b7
8 changed files with 400 additions and 36 deletions

View File

@@ -1,6 +1,7 @@
const urls = {
houseInfoGetByTaskId: ['/houseInfo/getByTaskId', 'get'],
houseInfoSave: ['houseInfo/save', 'post']
houseInfoSave: ['houseInfo/save', 'post'],
houseInfoSubmitToCheck: ['/houseInfo/submitToCheck', 'post']
}
export default urls