修改页面
This commit is contained in:
parent
15b24cc5b9
commit
679c8d1560
@ -5,7 +5,7 @@ VUE_APP_TITLE = 幼儿园体质检测管理系统
|
||||
ENV = 'development'
|
||||
|
||||
# 若依管理系统/开发环境
|
||||
VUE_APP_BASE_API = 'http://192.168.16.81:8080'
|
||||
VUE_APP_BASE_API = 'http://192.168.16.81:8081'
|
||||
#'/dev-api'
|
||||
|
||||
# 路由懒加载
|
||||
|
||||
@ -193,7 +193,7 @@
|
||||
@click="yryinnerVisible = true"
|
||||
v-if="kindergartenName == '请选择幼儿园'"
|
||||
style="
|
||||
width: 240px;
|
||||
width: 200px;
|
||||
text-align: left;
|
||||
height: 36px;
|
||||
color: #c0c4cc;
|
||||
@ -207,7 +207,7 @@
|
||||
@click="yryinnerVisible = true"
|
||||
v-else
|
||||
style="
|
||||
width: 240px;
|
||||
width: 200px;
|
||||
text-align: left;
|
||||
height: 36px;
|
||||
padding-left: -10px;
|
||||
@ -1153,35 +1153,19 @@ export default {
|
||||
|
||||
methods: {
|
||||
handledbClick(row, event, column) {
|
||||
// alert("我被双击了");
|
||||
this.$refs.table.toggleRowSelection(row);
|
||||
|
||||
console.log(row, event, column);
|
||||
},
|
||||
// 查看个人信息
|
||||
seepraent(row) {
|
||||
this.reset();
|
||||
// const row = row.id || this.ids;
|
||||
getAllTestItemScoreInfo(row).then((res) => {
|
||||
console.log(res)
|
||||
this.getAllTestItemScore = res.data;
|
||||
// console.log(this.getAllTestItemScore);
|
||||
console.log(this.getAllTestItemScore);
|
||||
this.innerVisible5 = true;
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
// seepraent(row) {
|
||||
// getAllTestItemScoreInfo(row).then((res) => {
|
||||
// console.log(res)
|
||||
// this.form.getAllTestItemScore = [];
|
||||
// // // console.log(this.addqueryParams);
|
||||
// this.getAllTestItemScore = res.data.getAllTestItemScore;
|
||||
// // console.log(this.form);
|
||||
// // this.form.itemScoreList = res.data;
|
||||
// // console.log(this.getAllTestItemScore);
|
||||
// this.innerVisible5 = true;
|
||||
// });
|
||||
// },
|
||||
testclick() {
|
||||
if (this.addqueryParams.studentId == "") {
|
||||
this.$message.error("请先选择学生");
|
||||
@ -1195,14 +1179,14 @@ export default {
|
||||
return e.id != item.id;
|
||||
});
|
||||
},
|
||||
// getAllTestItemScore() {
|
||||
// this.form.itemScoreList = [];
|
||||
// console.log(this.addqueryParams);
|
||||
// getAllTestItemScoreInfo(this.addqueryParams).then((res) => {
|
||||
// console.log(this.form);
|
||||
// this.form.itemScoreList = res.data;
|
||||
// });
|
||||
// },
|
||||
getAllTest() {
|
||||
this.form.itemScoreList = [];
|
||||
console.log(this.addqueryParams);
|
||||
getAllTestItemScoreInfo(this.addqueryParams).then((res) => {
|
||||
console.log(this.form);
|
||||
this.form.itemScoreList = res.data;
|
||||
});
|
||||
},
|
||||
//幼儿园左侧点击
|
||||
kindergartenNameclick(row) {
|
||||
this.queryParams2.kindergartenId = row.id;
|
||||
@ -1257,7 +1241,7 @@ export default {
|
||||
this.innerVisible2 = false;
|
||||
this.form.studentName = row.studentName;
|
||||
if (this.form.batchCode != null) {
|
||||
this.getAllTestItemScore();
|
||||
this.getAllTest();
|
||||
}
|
||||
// console.log(row);
|
||||
},
|
||||
@ -1270,7 +1254,7 @@ export default {
|
||||
console.log(this.addqueryParams);
|
||||
this.innerVisible4 = false;
|
||||
this.form.batchCode = row.batchCode;
|
||||
this.getAllTestItemScore();
|
||||
this.getAllTest();
|
||||
},
|
||||
/** 查询个人成绩录入管理列表 */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user