浏览代码

handle exeGrade condition - neverCache

hare8999@163.com 2 年之前
父节点
当前提交
863880f5e1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/MxCondition/condition-object/condition-exe-grade.js

+ 1 - 0
src/components/MxCondition/condition-object/condition-exe-grade.js

@@ -11,6 +11,7 @@ export default {
   },
   key: 'exeGrade',
   title: '学册',
+  neverCache: true,
   getList: function(param,$ref) {
     return new Promise((resolve, reject) => {
       smartGradeList({subjectId:$ref.model.exeSubject,editionId:param.exeOrder}).then(res => resolve(res.data  || []))