朱鑫波 4 éve
szülő
commit
4c0daafa4b

+ 1 - 1
src/views/modules/crowd-control/crowd-control-service.js

@@ -23,7 +23,7 @@ class AppMarketService {
             },
             {
                 title: '人群包数量',
-                dataIndex: 'count',
+                dataIndex: 'populationCount',
                 width: '20%',
                 align: 'center'
             },

+ 1 - 1
src/views/modules/crowd-control/crowd-control.vue

@@ -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()