|
@@ -27,7 +27,7 @@
|
|
placeholder="请输入教师姓名"
|
|
placeholder="请输入教师姓名"
|
|
></el-input>
|
|
></el-input>
|
|
|
|
|
|
- <div style="margin: 0 20px;" v-if="timeListA.length>1 && pType == 1 && cutTable!=1">
|
|
|
|
|
|
+ <div style="margin: 0 20px;" v-if="timeListA.length>0 && pType == 1 && cutTable!=1">
|
|
<el-select v-model="timeA" placeholder="请选择">
|
|
<el-select v-model="timeA" placeholder="请选择">
|
|
<el-option
|
|
<el-option
|
|
v-for="item in timeListA"
|
|
v-for="item in timeListA"
|
|
@@ -39,7 +39,7 @@
|
|
</el-select>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <div style="margin: 0 20px;" v-if="timeListB.length>1 && pType == 2 && cutTable!=1">
|
|
|
|
|
|
+ <div style="margin: 0 20px;" v-if="timeListB.length>0 && pType == 2 && cutTable!=1">
|
|
<el-select v-model="timeB" placeholder="请选择">
|
|
<el-select v-model="timeB" placeholder="请选择">
|
|
<el-option
|
|
<el-option
|
|
v-for="item in timeListB"
|
|
v-for="item in timeListB"
|
|
@@ -165,7 +165,7 @@ export default {
|
|
// .get(this.$store.state.api + "selectTestExamineBase", params)
|
|
// .get(this.$store.state.api + "selectTestExamineBase", params)
|
|
// .then(res => {
|
|
// .then(res => {
|
|
// console.log('1111111111111111111111', res.data);
|
|
// console.log('1111111111111111111111', res.data);
|
|
-
|
|
|
|
|
|
+
|
|
// if(type == 1){
|
|
// if(type == 1){
|
|
// this.aArray = res.data[0];
|
|
// this.aArray = res.data[0];
|
|
// }else {
|
|
// }else {
|