|
|
@@ -29,6 +29,12 @@ function update(formModel){
|
|
|
});
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+function finished(id){
|
|
|
+ return request.post(constant.serverUrl + "/base/informationInfo/finished/" + id);
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
function remove(id){
|
|
|
return request.post(constant.serverUrl + "/base/informationInfo/delete/" + id);
|
|
|
}
|
|
|
@@ -42,5 +48,5 @@ function batchRemove(idList){
|
|
|
}
|
|
|
|
|
|
export default {
|
|
|
- pageList,create,edit,add,update,remove,batchRemove
|
|
|
+ pageList,create,edit,add,update,remove,batchRemove,finished
|
|
|
}
|