Browse Source

修改项目下有模型统计

haojianlong 4 years ago
parent
commit
1896c295ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/ready/buildfloor/repetitionGraphy.vue

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

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