guhongwei 5 年之前
父节点
当前提交
68bd0ee231
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/home/index.vue

+ 1 - 1
src/views/home/index.vue

@@ -164,7 +164,7 @@ export default {
       } else {
         this.$message.error(result.errmsg ? result.errmsg : 'error');
       }
-      result = await this.stucorpOperation({ type: 'list', data: { corpid: this.user.id, corpname: this.user.corpname, schid: 999991 } });
+      result = await this.stucorpOperation({ type: 'list', data: { corpid: this.user.id } });
       if (`${result.errcode}` === '0') {
         //给this=>vue的实例下在中的list属性,赋予result.data的值
         console.log(result);