瀏覽代碼

Merge branch 'V0.0.5' of http://10.87.21.221:8000/jzyd_yyds/soc_web into V0.0.5

jiawuxian 1 年之前
父節點
當前提交
a121f43a81
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/views/core/edu/task/index.vue

+ 1 - 2
src/views/core/edu/task/index.vue

@@ -233,7 +233,6 @@
 
             <el-table-column
               label="操作"
-              fixed="right"
               align="center"
               class-name="small-padding fixed-width"
               width="350"
@@ -378,7 +377,7 @@ export default {
     }
   },
   mounted() {
-    //this.getList();
+    this.getList();
   },
   computed: {
     ...mapGetters(["orgId", "orgName"]),