@@ -23,7 +23,7 @@ class AppMarketService {
},
{
title: '人群包数量',
- dataIndex: 'count',
+ dataIndex: 'populationCount',
width: '20%',
align: 'center'
@@ -717,7 +717,7 @@ export default {
handleResetForm() {
this.form.resetFields();
- this.acountId = undefined;
+ this.projectId = undefined;
this.handleGetTableList({});
this.$refs.selectTable.keyValue = "";
this.$refs.selectTable.getData()