1
@@ -175,10 +175,12 @@ export default {
this.top = e.clientY + 15;
},
closeMenu() {
+
this.visible = false;
changeTag(tag) {
activeKey = this.getSearchsByRealPath(tag)
+ console.log(activeKey)
getSearchsByRealPath(tag) {
const searchs = new Searchs()
@@ -262,6 +262,7 @@ export default {
)
.toISOString()
.slice(0, 7);
+ this.search()
gotoEvakuateDetail(row) {
let id = row.id;
@@ -126,6 +126,7 @@
v-permission="'courseSchedule/queryTeacherSalary'"
@click="setCourseInfo(scope.row)">课酬调整</el-button>
<el-button
+ size="small"
type="text"
v-permission="'teacherAttendance/update?page=teamCourseList'"
@click="hand(scope.row)"