doum
2 天以前 c59ce449f371c55af47bd15e3e0753c168fe406b
admin/src/components/business/OperaJkSketchResultWindow.vue
@@ -259,7 +259,8 @@
    },
    loadList () {
      this.api.allList({
        sketchId: this.model.id
        sketchId: this.model.id,
        type: 1
      }).then(res => {
        this.dataList = [...(res || [])]
        this.originDataList = JSON.parse(JSON.stringify(res||[]));