|
@@ -974,6 +974,8 @@
|
|
|
const selectedData = [];
|
|
const selectedData = [];
|
|
|
selectedData.push(this.sampleList[index]);
|
|
selectedData.push(this.sampleList[index]);
|
|
|
|
|
|
|
|
|
|
+ console.log(selectedData, 'selectedData');
|
|
|
|
|
+
|
|
|
if (this.schemeList.length != 0) {
|
|
if (this.schemeList.length != 0) {
|
|
|
this.sampleList.forEach((item) => {
|
|
this.sampleList.forEach((item) => {
|
|
|
if (item.qualitySampleTemplateList.length == 0) {
|
|
if (item.qualitySampleTemplateList.length == 0) {
|