rk
2 天以前 8c4dfb07d551ceb372887ff8f22bd1f574d0347b
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||[]));