首次提交
This commit is contained in:
1
front/assets/QuestionDifficultyLevelSelector.9fe5a513.js
Normal file
1
front/assets/QuestionDifficultyLevelSelector.9fe5a513.js
Normal file
@@ -0,0 +1 @@
|
||||
import{f as o,k as u}from"./questions.7b4fcf73.js";import{n as a}from"./vueComponentNormalizer.9ef17bb1.js";var f=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("el-cascader",{attrs:{options:e.question_classify_list,props:{checkStrictly:!0,value:"id",label:"name",children:e.children,emitPath:!1},clearable:""},model:{value:e.classify,callback:function(l){e.classify=l},expression:"classify"}})},c=[];const r={data:e=>({classify:null,question_classify_list:[]}),mounted(){this.mountedLoad&&this.findAllQuestionsClassify()},activated(){this.findAllQuestionsClassify()},props:{mountedLoad:{default:!1},value:{default:null}},watch:{value:{immediate:!0,deep:!0,handler(e){this.classify=e}},classify:{immediate:!1,deep:!0,handler(e){this.$emit("input",e)}}},methods:{findAllQuestionsClassify(){o().then(({data:e})=>{let t={};t=e.toTree();const i=t.tree;this.question_classify_list=i}).catch(e=>{console.info(e)}).finally(e=>{this.page_is_loading=!1})}}},s={};var d=a(r,f,c,!1,_,null,null,null);function _(e){for(let t in s)this[t]=s[t]}const $=function(){return d.exports}();var v=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("el-select",{staticStyle:{width:"100px"},attrs:{placeholder:"\u8BF7\u9009\u62E9",clearable:"",loading:e.loading},model:{value:e.difficultyLevel,callback:function(l){e.difficultyLevel=l},expression:"difficultyLevel"}},e._l(e.question_difficulty_level,function(l){return i("el-option",{key:l.id,attrs:{label:l.name,value:l.id}})}),1)},h=[];const y={data:e=>({difficultyLevel:null,question_difficulty_level:[],loading:!1}),mounted(){this.mountedLoad&&this.findAllQuestionDifficultyLevel()},activated(){this.findAllQuestionDifficultyLevel()},props:{value:{default:null},mountedLoad:{default:!1}},watch:{value:{immediate:!0,deep:!0,handler(e){this.difficultyLevel=e}},difficultyLevel:{immediate:!1,deep:!0,handler(e){this.$emit("input",e)}}},methods:{findAllQuestionDifficultyLevel(){this.loading=!0,u().then(({data:e})=>{this.question_difficulty_level=e}).finally(e=>{this.loading=!1})}}},n={};var m=a(y,v,h,!1,p,null,null,null);function p(e){for(let t in n)this[t]=n[t]}const A=function(){return m.exports}();export{$ as Q,A as a};
|
||||
Reference in New Issue
Block a user