Explorar el Código

Merge remote-tracking branch 'origin/master'

shaun-sheep hace 4 años
padre
commit
bd39b95705
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/ready/buildfloor/repetitionGraphy.vue

+ 1 - 1
src/views/ready/buildfloor/repetitionGraphy.vue

@@ -227,7 +227,7 @@ export default {
         },
         // 统计项目下是否有模型文件
         getCountModel(){
-            countModel({}, res => {
+            countModel({Filters:"Status in [4]"}, res => {
                 this.hasModel = res.Count > 0
             })
         },