浏览代码

商机流程销售主管审批

Z 2 年之前
父节点
当前提交
933a97f32f
共有 1 个文件被更改,包括 0 次插入9 次删除
  1. 0 9
      src/views/bpm/handleTask/components/businessOpportunity/submit.vue

+ 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,