Explorar o código

handle exeGrade condition - neverCache

hare8999@163.com %!s(int64=2) %!d(string=hai) anos
pai
achega
863880f5e1

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