字典更换
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
<ai-uploader :instance="instance" fileType="file" v-model="form.enclosure" :limit="1"></ai-uploader>
|
||||
</el-form-item>
|
||||
<el-form-item label="类型" prop="scoreCalcType">
|
||||
<ai-select v-model="form.scoreCalcType" :selectList="dict.getDict('integralCalcType')"/>
|
||||
<ai-select v-model="form.scoreCalcType" :selectList="dict.getDict('srScoreCalcType')"/>
|
||||
</el-form-item>
|
||||
<el-form-item label="积分" prop="score">
|
||||
<el-input v-model.trim="form.score" placeholder="请输入正数" size="small"></el-input>
|
||||
@@ -115,7 +115,7 @@ export default {
|
||||
}
|
||||
},
|
||||
created() {
|
||||
this.$dict.load('integralCalcType')
|
||||
this.$dict.load('srScoreCalcType')
|
||||
this.getTableData()
|
||||
this.getGridList()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user