liyongli 5 月之前
父節點
當前提交
08735d6643
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/views/History/index.vue

+ 1 - 2
src/views/History/index.vue

@@ -329,9 +329,8 @@ export default {
     getUser() {
       let app = this.form.app;
       if (!app) return;
-      if (this.form.client == '888') app = '起点新闻';
       if (this.form.client == '999') app = '起点新闻极速版';
-      getUserTotal({ app: this.form.app }).then(r => {
+      getUserTotal({ app }).then(r => {
         this.userTotalList = (r || []).map(v => {
           return {
             name: v.name,