Преглед изворни кода

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