Browse Source

1.增加导入其他模板项目
2.增加从excel导入模板项目

yanliming 3 tháng trước cách đây
mục cha
commit
6443cd07f2
1 tập tin đã thay đổi với 9 bổ sung1 xóa
  1. 9 1
      src/api/base/templateOption.js

+ 9 - 1
src/api/base/templateOption.js

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