yusheng 11 месяцев назад
Родитель
Сommit
55c893d144

+ 5 - 1
src/components/contactDialog/openContactDialog.vue

@@ -12,7 +12,11 @@
     components: {
       index
     },
-    data() {},
+    data() {
+      return {
+
+      }
+    },
 
     methods: {
       changeParent(data) {

+ 2 - 1
src/views/warehouseManagement/stockManagement/add.vue

@@ -1138,7 +1138,8 @@
     components: {
       selectType,
       WarehousingDialog,
-      outboundRequisitionDialog,openContactDialog
+      outboundRequisitionDialog,
+      openContactDialog
     },
     // 虚拟列表滚动方法
     directives: {

+ 1 - 1
src/views/warehouseManagement/stocktaking/plan/index.vue

@@ -144,7 +144,7 @@
             }
           },
           {
-            prop: 'createName',
+            prop: 'createUserName',
             label: '创建人',
             align: 'center',
             showOverflowTooltip: true,