xuqiang пре 5 година
родитељ
комит
c18b2cb8ed
2 измењених фајлова са 2 додато и 5 уклоњено
  1. 2 1
      src/pages/store/productEdit.vue
  2. 0 4
      src/pages/unpacking.vue

+ 2 - 1
src/pages/store/productEdit.vue

@@ -344,7 +344,8 @@ export default {
                 return;
             }
             let data = {
-                seriesId: e.detail.id
+                seriesId: e.detail.id,
+                del: false
             };
             this.showLoading();
             this.$http

+ 0 - 4
src/pages/unpacking.vue

@@ -77,7 +77,6 @@ export default {
                         this.toast(e.error);
                     }
                 });
-            this.showLoading();
             this.$http
                 .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 {
-            height: 22px;
             font-size: 14px;
             font-weight: bold;
             line-height: 22px;