|
|
@@ -91,7 +91,15 @@ function batchRemove(idList) {
|
|
|
});
|
|
|
}
|
|
|
|
|
|
+function copyOptionList(formData) {
|
|
|
+ return request.post(constant.serverUrl + "/base/templateOption/copyOptionList", formData);
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
export default {
|
|
|
pageList, create, edit, add, update, remove, batchRemove,templateDepartmentEdit,departmentDetailEdit,
|
|
|
- updateItem,createFundIncome,addAndFundIncome,editItem,updateNameAndFundIncome
|
|
|
+ updateItem,createFundIncome,addAndFundIncome,editItem,updateNameAndFundIncome,copyOptionList
|
|
|
}
|