yusheng пре 1 година
родитељ
комит
3370114a25

+ 1 - 1
src/views/purchasingManage/supplierManage/components/contactDetailDialog.vue

@@ -1416,7 +1416,7 @@ export default {
         pageNum: page,
         size: limit,
         ...where,
-        contactId: this.form.id
+        relationId: this.form.id
       });
     },
     /* 订单表格表格数据源 */

+ 10 - 10
src/views/saleManage/businessOpportunity/components/darwerComponents/followList.vue

@@ -158,16 +158,16 @@ export default {
             return this.$util.toDateString(cellValue);
           }
         },
-        {
-          prop: 'createTime',
-          label: '创建时间',
-          align: 'center',
-          showOverflowTooltip: true,
-          minWidth: 110,
-          formatter: (_row, _column, cellValue) => {
-            return this.$util.toDateString(cellValue);
-          }
-        },
+        // {
+        //   prop: 'createTime',
+        //   label: '创建时间',
+        //   align: 'center',
+        //   showOverflowTooltip: true,
+        //   minWidth: 110,
+        //   formatter: (_row, _column, cellValue) => {
+        //     return this.$util.toDateString(cellValue);
+        //   }
+        // },
         {
           prop: 'files',
           label: '附件',