(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-86d8f350"],{"1b8c":function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"subjectDetails"},[n("div",{staticClass:"topTitle"},[n("span",{on:{click:t.goback}},[t._v("返回")]),t._v(" / "+t._s(this.$route.query.title)+" ")]),n("div",{staticClass:"main"},[n("el-tabs",{model:{value:t.activeName,callback:function(e){t.activeName=e},expression:"activeName"}},[n("el-tab-pane",{attrs:{label:"题单简介",name:"first"}},[n("el-row",{attrs:{gutter:20}},[n("el-col",{attrs:{span:16}},[n("div",{domProps:{innerHTML:t._s(t.$route.query.description)}})]),n("el-col",{attrs:{span:8}},[n("div",{staticClass:"briefIntroduction_right"},[n("ul",[n("li",{staticClass:"clearfix"},[n("div",{staticClass:"fl"},[t._v("创建者")]),null!=t.$route.query.realname?n("div",{staticClass:"fr"},[t._v(t._s(t.$route.query.realname))]):n("div",{staticClass:"fr"},[t._v("格小C")])]),n("li",{staticClass:"clearfix"},[n("div",{staticClass:"fl"},[t._v("题单类型")]),n("div",{staticClass:"fr"},[null!=t.$route.query.educational?n("span",[t._v("校区题单")]):n("span",[t._v("平台题单")])])]),n("li")])])])],1)],1),n("el-tab-pane",{attrs:{label:"题目列表",name:"second"}},[n("div",[n("el-button",{attrs:{type:"primary",icon:"el-icon-plus",size:"mini"},on:{click:t.addList}},[t._v("添加问题")]),n("el-button",{attrs:{type:"primary",icon:"el-icon-delete",size:"mini"},on:{click:t.dels}},[t._v("批量删除")]),n("el-button",{attrs:{type:"primary",size:"mini"},on:{click:t.changeSoltNum}},[t._v("题目排序")]),t.isShowSoltNum?n("el-button",{attrs:{type:"primary",size:"mini"},on:{click:t.submitSoltNum}},[t._v("确认")]):t._e()],1),t.isShowTable?n("el-table",{staticStyle:{width:"100%","margin-top":"20px"},attrs:{data:t.tableData,size:"mini",stripe:"","header-cell-style":{background:"#f5f7fa"}},on:{"selection-change":t.handleSelectionChange1}},[n("el-table-column",{attrs:{type:"selection",width:"55"}}),n("el-table-column",{attrs:{type:"index",label:"序号"}}),n("el-table-column",{attrs:{prop:"code",label:"题号"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("span",[n("span",[t._v(t._s(e.row.problemInfo.code))])])]}}],null,!1,2762571515)}),n("el-table-column",{attrs:{prop:"title",label:"标题"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("span",[n("span",[t._v(t._s(e.row.problemInfo.title))])])]}}],null,!1,2534980150)}),n("el-table-column",{attrs:{label:"标签"},scopedSlots:t._u([{key:"default",fn:function(e){return t._l(e.row.problemInfo.problemTagArr,(function(e){return n("span",{key:e.id},[t._v(" "+t._s(e.tagInfo.title)+" ")])}))}}],null,!1,765224174)}),n("el-table-column",{attrs:{label:"操作"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("el-button",{attrs:{type:"text"},on:{click:function(n){return t.del(e.row.problemInfo)}}},[t._v("移除")])]}}],null,!1,3237829704)})],1):t._e(),t.isShowTable?n("div",{staticStyle:{margin:"20px","text-align":"right"}},[n("el-pagination",{attrs:{"current-page":t.page_no,"page-size":t.page_size,layout:"total, prev, pager, next, jumper",total:t.total},on:{"current-change":t.handleCurrent}})],1):t._e(),t.isShowSoltNum?n("div",{staticClass:"TableSolt"},[n("el-table",{staticStyle:{width:"100%"},attrs:{"row-key":"id",data:t.tableDataSolt,"tooltip-effect":"dark",size:"mini",stripe:"","header-cell-style":{color:"#909399",background:"#f5f7fa"}},on:{"selection-change":t.handleSelectionChange1}},[n("el-table-column",{attrs:{type:"selection",width:"55"}}),n("el-table-column",{attrs:{type:"index",label:"序号"}}),n("el-table-column",{attrs:{prop:"code",label:"题号"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("span",[n("span",[t._v(t._s(e.row.problemInfo.code))])])]}}],null,!1,2762571515)}),n("el-table-column",{attrs:{prop:"title",label:"标题"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("span",[n("span",[t._v(t._s(e.row.problemInfo.title))])])]}}],null,!1,2534980150)}),n("el-table-column",{attrs:{label:"标签"},scopedSlots:t._u([{key:"default",fn:function(e){return t._l(e.row.problemInfo.problemTagArr,(function(e){return n("span",{key:e.id},[t._v(" "+t._s(e.tagInfo.title)+" ")])}))}}],null,!1,765224174)}),n("el-table-column",{attrs:{prop:"",label:"操作",width:"100"}},[[n("i",{staticClass:"el-icon-rank",staticStyle:{"margin-left":"20px",cursor:"pointer"}})]],2)],1)],1):t._e()],1)],1)],1),n("el-dialog",{attrs:{title:"添加问题",visible:t.dialogVisible,width:"80%"},on:{"update:visible":function(e){t.dialogVisible=e}}},[n("el-form",{ref:"form",attrs:{model:t.form,inline:!0,size:"mini"}},[n("el-form-item",{attrs:{label:"标题"}},[n("el-input",{attrs:{clearable:"",placeholder:"请输入标题"},model:{value:t.form.title,callback:function(e){t.$set(t.form,"title",e)},expression:"form.title"}})],1),n("el-form-item",{attrs:{label:"编号"}},[n("el-input",{attrs:{clearable:"",placeholder:"请输入编号"},model:{value:t.form.code,callback:function(e){t.$set(t.form,"code",e)},expression:"form.code"}})],1),n("el-form-item",{attrs:{label:"按知识点筛选"}},[n("el-cascader",{staticStyle:{width:"230px"},attrs:{props:t.Konwprops,options:t.KnowledgeList,"collapse-tags":"",clearable:""},on:{change:t.changeKonw},model:{value:t.form.Know,callback:function(e){t.$set(t.form,"Know",e)},expression:"form.Know"}})],1),n("el-form-item",{attrs:{label:"按难度筛选"}},[n("el-select",{staticStyle:{width:"230px"},attrs:{multiple:"","collapse-tags":"",placeholder:"请选择",clearable:""},model:{value:t.form.conditions,callback:function(e){t.$set(t.form,"conditions",e)},expression:"form.conditions"}},t._l(t.conditionList,(function(t){return n("el-option",{key:t.id,attrs:{label:t.title,value:t.id}})})),1)],1),n("el-form-item",{attrs:{label:"按来源筛选"}},[n("el-select",{staticStyle:{width:"230px"},attrs:{multiple:"","collapse-tags":"",placeholder:"请选择",clearable:""},model:{value:t.form.source,callback:function(e){t.$set(t.form,"source",e)},expression:"form.source"}},t._l(t.sourceList,(function(t){return n("el-option",{key:t.id,attrs:{label:t.title,value:t.id}})})),1)],1),n("el-form-item",[n("el-button",{attrs:{type:"primary",icon:"el-icon-search",size:"mini"},on:{click:t.adminGetOjProblemListForProblemList}},[t._v("查询")])],1)],1),n("el-table",{ref:"ListTable",staticStyle:{width:"100%","margin-top":"20px"},attrs:{data:t.tableData1,"row-key":function(t){return t.id},stripe:"","header-cell-style":{background:"#f5f7fa"}},on:{"selection-change":t.handleSelectionChange}},[n("el-table-column",{attrs:{type:"selection",width:"55","reserve-selection":!0}}),n("el-table-column",{attrs:{prop:"code",label:"题号"}}),n("el-table-column",{attrs:{prop:"title",label:"标题"}}),n("el-table-column",{attrs:{label:"标签"},scopedSlots:t._u([{key:"default",fn:function(e){return t._l(e.row.problemTagArr,(function(e){return n("span",{key:e.id},[t._v(" "+t._s(e.tagInfo.title)+" ")])}))}}])}),n("el-table-column",{attrs:{prop:"difficultyTitle",label:"难度"}}),n("el-table-column",{attrs:{prop:"sourceTitle",label:"来源"}})],1),n("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[n("el-button",{on:{click:function(e){t.dialogVisible=!1}}},[t._v("取 消")]),n("el-button",{attrs:{type:"primary"},on:{click:t.submit}},[t._v("确 定")])],1),n("div",{staticStyle:{margin:"20px","text-align":"right"}},[n("el-pagination",{attrs:{"current-page":t.page_no1,"page-size":t.page_size1,layout:"total, prev, pager, next, jumper",total:t.total1},on:{"current-change":t.handleCurrent1}})],1)],1)],1)},o=[],a=n("aa47"),r=n("4efe"),l={components:{},data(){return{soltIds:[],tableDataSolt:[],isShowSoltNum:!1,isShowTable:!0,sourceList:[],KnowledgeList:[],Konwprops:{value:"id",label:"title",children:"tagArrInfo",multiple:!0},conditionList:[],form:{conditions:[],Know:[],source:[],Know1:[]},dialogVisible:!1,problemlist_id:"",content:"",drawer:!1,page_no:1,page_size:20,total:20,page_no1:1,page_size1:20,total1:20,activeName:"first",tableData:[],tableData1:[],multipleSelection:[],multipleSelection1:[]}},created(){this.problemlist_id=this.$route.query.problemlist_id},mounted(){this.adminGetProblemForProblemList(),this.getOjProblemDifficultyList(),this.getOjProblemTagGroupList(),this.getOjProblemSourceList()},methods:{rowDrop(){const t=document.querySelector(".TableSolt .el-table__body-wrapper tbody"),e=this;console.log(e.tableDataSolt,4547878),a["default"].create(t,{animation:1e3,ghostClass:"ghostClass",chosenClass:"chosenClass",handle:".el-icon-rank",onEnd({newIndex:t,oldIndex:n}){console.log("拖动了行，当前序号："+t);const i=e.tableDataSolt.splice(n,1)[0];e.tableDataSolt.splice(t,0,i),console.log(e.tableDataSolt,4578)}})},adminGetProblemForProblemListSort(){Object(r["O"])({problemlist_id:this.problemlist_id}).then(t=>{console.log(t),this.tableDataSolt=t.problemListRelationList})},changeSoltNum(){this.adminGetProblemForProblemListSort(),console.log(12121),this.isShowTable=!1,this.isShowSoltNum=!0,this.$nextTick(()=>{this.rowDrop()})},submitSoltNum(){this.soltIds=[],this.tableDataSolt.map(t=>{this.soltIds.push(t.id)}),console.log(this.soltIds,7777888),Object(r["bb"])({problemListRelationArr:JSON.stringify(this.soltIds)}).then(t=>{console.log(t),this.adminGetProblemForProblemList(),this.$message.success("修改成功")}),this.isShowTable=!0,this.isShowSoltNum=!1},getOjProblemDifficultyList(){Object(r["Y"])({}).then(t=>{this.conditionList=t.ojProblemDifficultyList})},getOjProblemTagGroupList(){Object(r["ab"])().then(t=>{this.KnowledgeList=t.ojProblemTagGroupList,console.log(t,5653232)})},changeKonw(t){this.form.Know1=[],t.map(t=>{this.form.Know1.push(t[1])}),console.log(this.form.Know1,452121)},getOjProblemSourceList(){Object(r["Z"])({}).then(t=>{console.log(t),this.sourceList=t.ojProblemSourceList})},handleSelectionChange1(t){console.log(t);let e=[];this.multipleSelection1=[];for(let n=0;n<t.length;n++)e.push(t[n].id),console.log(e),this.multipleSelection1=e;console.log(this.multipleSelection1)},dels(){if(0===this.multipleSelection1.length)return this.$message.warning("请选中再进行删除!"),!1;this.$confirm("是否确认删除？","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(()=>{Object(r["x"])({problemlist_id:this.problemlist_id,problemIds:JSON.stringify(this.multipleSelection1)}).then(()=>{this.$message({type:"success",message:"删除成功!"}),this.adminGetProblemForProblemList()})}).catch(()=>{this.$message({type:"info",message:"已取消删除"})})},del(t){console.log(t.id);let e=[];e.push(t.id),this.$confirm("是否确认删除？","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(()=>{Object(r["x"])({problemlist_id:this.problemlist_id,problemIds:JSON.stringify(e)}).then(()=>{this.$message({type:"success",message:"删除成功!"}),this.adminGetProblemForProblemList()})}).catch(()=>{this.$message({type:"info",message:"已取消删除"})})},adminGetProblemForProblemList(){Object(r["N"])({problemlist_id:this.problemlist_id,page_no:this.page_no,page_size:this.page_size}).then(t=>{console.log(t),this.tableData=t.problemListRelationList,this.total=t.total})},submit(){Object(r["l"])({problemlist_id:this.problemlist_id,problemIds:JSON.stringify(this.multipleSelection)}).then(t=>{console.log(t),this.$message.success("添加成功!"),this.dialogVisible=!1,this.adminGetProblemForProblemList()})},addList(){this.dialogVisible=!0,this.$nextTick(()=>{this.$refs.ListTable.clearSelection()}),this.page_no1=1,this.adminGetOjProblemListForProblemList()},adminGetOjProblemListForProblemList(){Object(r["E"])({difficultyIdArr:JSON.stringify(this.form.conditions),tagIdArr:JSON.stringify(this.form.Know1),sourceIdArr:JSON.stringify(this.form.source),title_code:this.form.title_code,title:this.form.title,code:this.form.code,problemlist_id:this.problemlist_id,page_no:this.page_no1,page_size:this.page_size1}).then(t=>{console.log(t),this.tableData1=t.ojProblemList,this.total1=t.total})},handleSelectionChange(t){console.log(t);let e=[];this.multipleSelection=[];for(let n=0;n<t.length;n++)e.push(t[n].id),console.log(e),this.multipleSelection=e;console.log(this.multipleSelection)},goback(){this.$router.go(-1)},handleCurrent(t){this.page_no=t},handleCurrent1(t){this.page_no1=t,this.adminGetOjProblemListForProblemList()}}},s=l,d=(n("81fe"),n("2877")),u=Object(d["a"])(s,i,o,!1,null,"2a094dd2",null);e["default"]=u.exports},"4efe":function(t,e,n){"use strict";n.d(e,"h",(function(){return l})),n.d(e,"J",(function(){return s})),n.d(e,"t",(function(){return d})),n.d(e,"e",(function(){return u})),n.d(e,"B",(function(){return c})),n.d(e,"q",(function(){return m})),n.d(e,"j",(function(){return p})),n.d(e,"K",(function(){return f})),n.d(e,"v",(function(){return b})),n.d(e,"i",(function(){return g})),n.d(e,"L",(function(){return h})),n.d(e,"u",(function(){return j})),n.d(e,"c",(function(){return y})),n.d(e,"f",(function(){return _})),n.d(e,"D",(function(){return O})),n.d(e,"W",(function(){return S})),n.d(e,"G",(function(){return L})),n.d(e,"r",(function(){return w})),n.d(e,"E",(function(){return v})),n.d(e,"l",(function(){return k})),n.d(e,"N",(function(){return P})),n.d(e,"x",(function(){return x})),n.d(e,"b",(function(){return C})),n.d(e,"y",(function(){return I})),n.d(e,"n",(function(){return T})),n.d(e,"F",(function(){return $})),n.d(e,"k",(function(){return N})),n.d(e,"M",(function(){return D})),n.d(e,"w",(function(){return z})),n.d(e,"V",(function(){return K})),n.d(e,"z",(function(){return G})),n.d(e,"P",(function(){return F})),n.d(e,"Q",(function(){return J})),n.d(e,"a",(function(){return A})),n.d(e,"S",(function(){return q})),n.d(e,"m",(function(){return V})),n.d(e,"C",(function(){return B})),n.d(e,"X",(function(){return E})),n.d(e,"R",(function(){return R})),n.d(e,"o",(function(){return H})),n.d(e,"d",(function(){return M})),n.d(e,"A",(function(){return W})),n.d(e,"p",(function(){return Y})),n.d(e,"T",(function(){return Z})),n.d(e,"U",(function(){return Q})),n.d(e,"O",(function(){return U})),n.d(e,"Y",(function(){return X})),n.d(e,"ab",(function(){return tt})),n.d(e,"Z",(function(){return et})),n.d(e,"bb",(function(){return nt})),n.d(e,"g",(function(){return it})),n.d(e,"H",(function(){return ot})),n.d(e,"s",(function(){return at})),n.d(e,"I",(function(){return rt}));var i=n("f2ab"),o=n("4328"),a=n.n(o);const r=!0;function l(t){return Object(i["a"])({url:"/api/admin/add/or/update/oj/problem/source",data:a.a.stringify(t),method:"post",admin:r})}function s(t){return Object(i["a"])({url:"/api/admin/get/oj/problem/source/list",params:t,method:"get",admin:r,noLoading:!1})}function d(t){return Object(i["a"])({url:"/api/admin/delete/oj/problem/source",data:a.a.stringify(t),method:"post",admin:r})}function u(t){return Object(i["a"])({url:"/api/admin/add/or/update/oj/problem/difficulty",data:a.a.stringify(t),method:"post",admin:r})}function c(t){return Object(i["a"])({url:"/api/admin/get/oj/problem/difficulty/list",params:t,method:"get",admin:r,noLoading:!1})}function m(t){return Object(i["a"])({url:"/api/admin/delete/oj/problem/difficulty",data:a.a.stringify(t),method:"post",admin:r})}function p(t){return Object(i["a"])({url:"/api/admin/add/or/update/oj/problem/tag/group",data:a.a.stringify(t),method:"post",admin:r})}function f(t){return Object(i["a"])({url:"/api/admin/get/oj/problem/tag/group/list",params:t,method:"get",admin:r,noLoading:!1})}function b(t){return Object(i["a"])({url:"/api/admin/delete/oj/problem/tag/group",data:a.a.stringify(t),method:"post",admin:r})}function g(t){return Object(i["a"])({url:"/api/admin/add/or/update/oj/problem/tag",data:a.a.stringify(t),method:"post",admin:r})}function h(t){return Object(i["a"])({url:"/api/admin/get/oj/problem/tag/list",params:t,method:"get",admin:r,noLoading:!1})}function j(t){return Object(i["a"])({url:"/api/admin/delete/oj/problem/tag",data:a.a.stringify(t),method:"post",admin:r})}function y(t){return Object(i["a"])({url:"/api/admin/add/or/update/oj/problem",data:a.a.stringify(t),method:"post",admin:r})}function _(t){return Object(i["a"])({url:"/api/admin/add/or/update/oj/problemlist",data:a.a.stringify(t),method:"post",admin:r})}function O(t){return Object(i["a"])({url:"/api/admin/get/oj/problem/list",params:t,method:"get",admin:r,noLoading:!1})}function S(t){return Object(i["a"])({url:"/api/admin/update/oj/problem/visible",data:a.a.stringify(t),method:"post",admin:r})}function L(t){return Object(i["a"])({url:"/api/admin/get/oj/problemlist/list",params:t,method:"get",admin:r,noLoading:!1})}function w(t){return Object(i["a"])({url:"/api/admin/delete/oj/problemlist",data:a.a.stringify(t),method:"post",admin:r})}function v(t){return Object(i["a"])({url:"/api/admin/get/oj/problemlist/for/problemlist/add/problem",params:t,method:"get",admin:r,noLoading:!1})}function k(t){return Object(i["a"])({url:"/api/admin/add/oj/problem/for/problemlist",data:a.a.stringify(t),method:"post",admin:r})}function P(t){return Object(i["a"])({url:"/api/admin/get/oj/problem/for/problemlist",params:t,method:"get",admin:r,noLoading:!1})}function x(t){return Object(i["a"])({url:"/api/admin/delete/oj/problem/for/problemlist",data:a.a.stringify(t),method:"post",admin:r})}function C(t){return Object(i["a"])({url:"/api/admin/add/or/update/oj/contest",data:a.a.stringify(t),method:"post",admin:r})}function I(t){return Object(i["a"])({url:"/api/admin/get/oj/contest/list",params:t,method:"get",admin:r,noLoading:!1})}function T(t){return Object(i["a"])({url:"/api/admin/delete/oj/contest",data:a.a.stringify(t),method:"post",admin:r})}function $(t){return Object(i["a"])({url:"/api/admin/get/oj/problem/list/for/contest/add/problem",params:t,method:"get",admin:r,noLoading:!1})}function N(t){return Object(i["a"])({url:"/api/admin/add/problem/for/contest",data:a.a.stringify(t),method:"post",admin:r})}function D(t){return Object(i["a"])({url:"/api/admin/get/problem/for/contest",params:t,method:"get",admin:r,noLoading:!1})}function z(t){return Object(i["a"])({url:"/api/admin/delete/problem/for/contest",data:a.a.stringify(t),method:"post",admin:r})}function K(t){return Object(i["a"])({url:"/api/admin/update/oj/problem/public",data:a.a.stringify(t),method:"post",admin:r})}function G(t){return Object(i["a"])({url:"/api/admin/get/contest/sign/list",params:t,method:"get",admin:r,noLoading:!1})}function F(t){return Object(i["a"])({url:"/api/admin/get/stu/list/for/add/contest/user",params:t,method:"get",admin:r,noLoading:!1})}function J(t){return Object(i["a"])({url:"/api/admin/get/user/list/for/add/contest/user",params:t,method:"get",admin:r,noLoading:!1})}function A(t){return Object(i["a"])({url:"/api/admin/add/contest/sign",data:a.a.stringify(t),method:"post",admin:r})}function q(t){return Object(i["a"])({url:"/api/admin/update/contest/sign/check/state",data:a.a.stringify(t),method:"post",admin:r})}function V(t){return Object(i["a"])({url:"/api/admin/delete/contest/sign",data:a.a.stringify(t),method:"post",admin:r})}function B(t){return Object(i["a"])({url:"/api/admin/get/oj/problem/info/by/id",params:t,method:"get",admin:r,noLoading:!1})}function E(t){return Object(i["a"])({url:"/api/spj-compilation",data:a.a.stringify(t),method:"post",admin:r})}function R(t){return Object(i["a"])({url:"/api/admin/update/contest/problem/sortnum",data:a.a.stringify(t),method:"post",admin:r})}function H(t){return Object(i["a"])({url:"/api/admin/delete/oj/problem",data:a.a.stringify(t),method:"post",admin:r})}function M(t){return Object(i["a"])({url:"/api/admin/add/or/update/oj/problem/analysis",data:a.a.stringify(t),method:"post",admin:r})}function W(t){return Object(i["a"])({url:"/api/admin/get/oj/problem/analysis/list",params:t,method:"get",admin:r,noLoading:!1})}function Y(t){return Object(i["a"])({url:"/api/admin/delete/problem/analysis",data:a.a.stringify(t),method:"post",admin:r})}function Z(t){return Object(i["a"])({url:"/api/admin/update/problem/analysis/sorttype",data:a.a.stringify(t),method:"post",admin:r})}function Q(t){return Object(i["a"])({url:"/api/admin/update/problem/analysis/visible",data:a.a.stringify(t),method:"post",admin:r})}function U(t){return Object(i["a"])({url:"/api/admin/get/oj/problem/for/problemlist/sort",params:t,method:"get",admin:r,noLoading:!1})}function X(t){return Object(i["a"])({url:"/api/oj/get/oj/problem/difficulty/list",params:t,method:"get",admin:r})}function tt(t){return Object(i["a"])({url:"/api/oj/get/oj/problem/tag/group/list",params:t,method:"get",admin:r})}function et(t){return Object(i["a"])({url:"/api/oj/get/oj/problem/source/list",params:t,method:"get",admin:r})}function nt(t){return Object(i["a"])({url:"/api/tch/updateProblemSortOfPorblemList",data:a.a.stringify(t),method:"post",admin:r})}function it(t){return Object(i["a"])({url:"/api/admin/add/or/update/oj/problemlisttype",data:a.a.stringify(t),method:"post",admin:r})}function ot(t){return Object(i["a"])({url:"/api/admin/get/oj/problemlisttype/list",params:t,method:"get",admin:r})}function at(t){return Object(i["a"])({url:"/api/admin/delete/oj/problemlisttype",data:a.a.stringify(t),method:"post",admin:r})}function rt(t){return Object(i["a"])({url:"/api/admin/get/oj/problemlisttype/list/WithOutPage",params:t,method:"get",admin:r})}},"81fe":function(t,e,n){"use strict";var i=n("d145"),o=n.n(i);o.a},d145:function(t,e,n){}}]);
//# sourceMappingURL=chunk-86d8f350.4f77dec8.js.map