MrShi
2025-11-26 7eb7c653e54ae77dacef48a303c5e3dba4f2afa7
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||[]));