|
@@ -58,7 +58,6 @@
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-form>
|
|
</el-form>
|
|
</div>
|
|
</div>
|
|
- <el-button type="success">2024(12期)</el-button><el-button type="success">2025</el-button>
|
|
|
|
<el-table class="table" :data="list" height="450px" border v-loading="loading" style="width: 100%">
|
|
<el-table class="table" :data="list" height="450px" border v-loading="loading" style="width: 100%">
|
|
<el-table-column
|
|
<el-table-column
|
|
type="selection" fixed="left"
|
|
type="selection" fixed="left"
|
|
@@ -153,8 +152,9 @@
|
|
});
|
|
});
|
|
},
|
|
},
|
|
subChange(data) {
|
|
subChange(data) {
|
|
- console.log(data,22222222222222222222)
|
|
|
|
- this.form.subject_item = data.join("|");
|
|
|
|
|
|
+ this.form.subject_id = data.id;
|
|
|
|
+ this.form.subject_item = data.name;
|
|
|
|
+ this.getData();
|
|
},
|
|
},
|
|
del(id) {
|
|
del(id) {
|
|
this.$confirm("确定删除吗", "提示", {
|
|
this.$confirm("确定删除吗", "提示", {
|