|
@@ -1,9 +1,5 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
- <el-dialog title="课程调整"
|
|
|
- destroy-on-close
|
|
|
- width="400px"
|
|
|
- :visible.sync="courseVisible">
|
|
|
<el-form :model="maskForm"
|
|
|
class="maskForm"
|
|
|
ref="maskForm"
|
|
@@ -83,7 +79,6 @@
|
|
|
<el-button type="primary"
|
|
|
@click="submitResetClass">确 定</el-button>
|
|
|
</div>
|
|
|
- </el-dialog>
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|
|
@@ -177,15 +172,15 @@ export default {
|
|
|
},
|
|
|
|
|
|
watch: {
|
|
|
- show (val) {
|
|
|
- console.log(val)
|
|
|
- this.courseVisible = val;
|
|
|
- },
|
|
|
- courseVisible (val) {
|
|
|
- if (!val) {
|
|
|
- this.$emit("closeReset");
|
|
|
- }
|
|
|
- },
|
|
|
+ // show (val) {
|
|
|
+ // console.log(val)
|
|
|
+ // this.courseVisible = val;
|
|
|
+ // },
|
|
|
+ // courseVisible (val) {
|
|
|
+ // if (!val) {
|
|
|
+ // this.$emit("closeReset");
|
|
|
+ // }
|
|
|
+ // },
|
|
|
item: {
|
|
|
immediate: true,
|
|
|
deep: true,
|
|
@@ -243,4 +238,4 @@ export default {
|
|
|
}
|
|
|
</script>
|
|
|
<style lang="scss">
|
|
|
-</style>
|
|
|
+</style>
|