Răsfoiți Sursa

商机流程销售主管审批

Z 2 ani în urmă
părinte
comite
933a97f32f

+ 0 - 9
src/views/bpm/handleTask/components/businessOpportunity/submit.vue

@@ -116,9 +116,6 @@ export default {
     id: {
       default: ''
     },
-    id: {
-      default: ''
-    },
     taskDefinitionKey: {
       default: ''
     }
@@ -232,12 +229,6 @@ export default {
         let arr = await this.getTableValue();
 
         let arrList = arr?.productList.map((item) => {
-          if (!item.singlePrice) {
-            singlePrice = false;
-          }
-          if (!item.totalCount) {
-            totalCount = false;
-          }
           return {
             ...item,
             id: item.id,