zhengpz
2021-08-22 b6d9bbb38cc344d1538439750c3db5a4a6b0d79a
src/views/securityUnitOperation/economicTable.vue
@@ -275,7 +275,7 @@
  methods: {
    dateChange() {},
    getTableData() {
      selectJj().then(res => {
      selectJj({ current: 1, size: 10 }).then(res => {
        if (res.data.code === 200) {
          this.tableData = res.data.data;
          this.loading = false;