大宝管理后台代码
123
dcc
2024-05-29 8c36a0ecbf879e88956713953e7623d775cb182b
src/views/userlist/index.vue
@@ -60,6 +60,11 @@
                </span>
              </a-form-item>
            </a-col>
            <a-col :md="12" :lg="6" :sm="24">
              <a-form-item label="用户ID">
                <a-input v-model="queryParam.id" style="width: 100%" placeholder="请填写用户ID" />
              </a-form-item>
            </a-col>
          </a-row>
        </a-form>
      </div>
@@ -167,6 +172,7 @@
        agentId: undefined,
        realName: '',
        phone: '',
        id: '',
        pageNum: 1,
        pageSize: 10,
        accountType: 0
@@ -275,7 +281,9 @@
      console.log(record.id)
      getMoney({ userId: record.id }).then((res) => {
        if (res.status === 0) {
          const arr = res.data.filter((item) => item.accectType !== 'ALL')
          console.log(res.data)
          let arr = res.data.filter((item) => item.accectType !== 'ALL')
          arr = res.data.filter((item) => item.accectType == 'US' || item.accectType == 'IN')
          this.activeArr = arr
          this.$refs.editCapitaluserdialog.getEditorder(record)
        }
@@ -310,6 +318,7 @@
        agentId: undefined,
        realName: '',
        phone: '',
        id: '',
        pageNum: 1,
        pageSize: 10,
        accountType: 0