浏览代码

修改项目下有模型统计

haojianlong 4 年之前
父节点
当前提交
1896c295ce
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/ready/buildfloor/repetitionGraphy.vue

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

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