Explorar o código

修改模型解析bug统计

haojianlong %!s(int64=4) %!d(string=hai) anos
pai
achega
a72e373f12
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/ready/buildfloor/repetitionGraphy.vue

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

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