@@ -344,7 +344,8 @@ export default {
return;
}
let data = {
- seriesId: e.detail.id
+ seriesId: e.detail.id,
+ del: false
};
this.showLoading();
this.$http
@@ -77,7 +77,6 @@ export default {
this.toast(e.error);
});
- this.showLoading();
.post('/caseResult/getResult', { caseId: this.$mp.options.id })
.then(res => {
@@ -92,7 +91,6 @@ export default {
},
detail() {
- console.log('1111');
this.navigateBack();
@@ -132,7 +130,6 @@ h3 {
.flex();
padding: 16px 11px 0px 20px;
p {
- height: 22px;
font-size: 14px;
font-weight: bold;
color: #000000;
@@ -140,7 +137,6 @@ h3 {
margin-left: 9px;
span {
line-height: 22px;