Browse Source

bug修复

chenrui 3 years ago
parent
commit
f14c22a4f0
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/views/reportData/allocationPresentation/list.vue

+ 1 - 2
src/views/reportData/allocationPresentation/list.vue

@@ -168,7 +168,7 @@ export default {
         { title: '区域', dataIndex: 'dealerEntity.subareaNameSet', width: 120, align: 'center', customRender: function (text) { return (text && text.length > 0) ? text.join('/') : '--' } },
         { title: '调拨单号', dataIndex: 'allocateNo', width: 160, align: 'center', customRender: function (text) { return text || '--' } },
         { title: '省份', dataIndex: 'dealerEntity.provinceName', width: 90, align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '客户名称', dataIndex: 'dealerEntity.dealerName', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
+        { title: '客户名称', dataIndex: 'targetName', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
         { title: '客户级别', dataIndex: 'dealerEntity.dealerLevelDictValue', width: 120, align: 'center', customRender: function (text) { return text || '--' } },
         { title: '调拨类型',
           align: 'center',
@@ -363,7 +363,6 @@ export default {
         'dealerLevel': undefined
       }
       this.totalData = null
-      this.$refs.custList.resetForm()
       this.$refs.ruleForm.resetFields()
       this.$refs.table.clearTable()
     },