src/views/business/inspectionTask/index.vue
@@ -253,6 +253,7 @@ }, data() { return { workShopId: null, issuedVisible: false, fullscreen: false, lookDialogVisible: false, @@ -779,6 +780,7 @@ } this.inspectorList = inspectorList; this.sonLaboratory = row.sonLaboratory; this.workShopId = row.workShopId; this.state = 1; this.typeSource = row.typeSource; this.orderId = row.id; @@ -790,6 +792,7 @@ state: this.state, typeSource: this.typeSource, orderId: this.orderId, workShopId: row.workShopId }, }); },