소스 검색

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  || []))