修改
This commit is contained in:
parent
a52719915b
commit
540fc66405
@ -357,7 +357,7 @@
|
||||
/>
|
||||
</el-dialog>
|
||||
<!-- 培训分类 -->
|
||||
<el-dialog
|
||||
<!-- <el-dialog
|
||||
title="选择培训"
|
||||
:visible.sync="innerVisible"
|
||||
width="1000px"
|
||||
@ -453,7 +453,7 @@
|
||||
:limit.sync="trainingCategoryqueryParams.pageSize"
|
||||
@pagination="info"
|
||||
/>
|
||||
</el-dialog>
|
||||
</el-dialog> -->
|
||||
<!-- 添加或修改学习培训课程信息对话框 -->
|
||||
<el-dialog
|
||||
:title="!isEditFlag ? '添加学习培训课程信息' : '修改学习培训课程信息'"
|
||||
@ -527,7 +527,7 @@
|
||||
>{{ form.trainingParentName }}</el-button
|
||||
>
|
||||
</el-form-item>
|
||||
<el-form-item
|
||||
<!-- <el-form-item
|
||||
label="所属培训课程分类"
|
||||
prop="trainingCategoryId"
|
||||
v-if="
|
||||
@ -563,7 +563,7 @@
|
||||
"
|
||||
>{{ form.trainingCategoryName }}</el-button
|
||||
>
|
||||
</el-form-item>
|
||||
</el-form-item> -->
|
||||
|
||||
<el-form-item label="培训课程价格" prop="trainingItemPrice">
|
||||
<el-input
|
||||
@ -861,7 +861,7 @@ export default {
|
||||
idd: 1,
|
||||
innerVisiblepd: false,
|
||||
loading: true,
|
||||
innerVisible: false,
|
||||
// innerVisible: false,
|
||||
trainingParentqueryParams: {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
@ -1113,15 +1113,16 @@ export default {
|
||||
console.log(item);
|
||||
this.imgsurl.pictureUrlList.push(item);
|
||||
},
|
||||
addresetQuerylist() {
|
||||
this.trainingCategoryqueryParams = {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
trainingCategoryCode: "",
|
||||
trainingCategoryName: "",
|
||||
};
|
||||
this.info();
|
||||
},
|
||||
// 重置
|
||||
// addresetQuerylist() {
|
||||
// this.trainingCategoryqueryParams = {
|
||||
// pageNum: 1,
|
||||
// pageSize: 10,
|
||||
// trainingCategoryCode: "",
|
||||
// trainingCategoryName: "",
|
||||
// };
|
||||
// this.info();
|
||||
// },
|
||||
// 重置
|
||||
resetQuerylist() {
|
||||
this.trainingParentqueryParams = {
|
||||
@ -1133,42 +1134,42 @@ export default {
|
||||
this.trainingParentinfo();
|
||||
},
|
||||
// 培训分类
|
||||
clickitem() {
|
||||
this.info();
|
||||
this.innerVisible = true;
|
||||
},
|
||||
// clickitem() {
|
||||
// this.info();
|
||||
// this.innerVisible = true;
|
||||
// },
|
||||
// 父级课程组
|
||||
trainingParentitem() {
|
||||
this.trainingParentinfo();
|
||||
this.innerVisiblepd = true;
|
||||
},
|
||||
innerVisiblecancelzx() {
|
||||
this.innerVisible = false;
|
||||
},
|
||||
// innerVisiblecancelzx() {
|
||||
// this.innerVisible = false;
|
||||
// },
|
||||
innerVisiblecancelpd() {
|
||||
this.innerVisiblepd = false;
|
||||
},
|
||||
nurseclick(row) {
|
||||
this.form.trainingCategoryId = row.id;
|
||||
this.form.trainingCategoryName = row.trainingCategoryName;
|
||||
this.innerVisible = false;
|
||||
},
|
||||
// nurseclick(row) {
|
||||
// this.form.trainingCategoryId = row.id;
|
||||
// this.form.trainingCategoryName = row.trainingCategoryName;
|
||||
// this.innerVisible = false;
|
||||
// },
|
||||
// 父级课程组
|
||||
trainingParentitemlist(row) {
|
||||
this.form.trainingParentId = row.id;
|
||||
this.form.trainingParentName = row.trainingParentName;
|
||||
this.innerVisiblepd = false;
|
||||
},
|
||||
info() {
|
||||
this.loading = true;
|
||||
listTrainingCategory(this.trainingCategoryqueryParams).then(
|
||||
(response) => {
|
||||
this.trainingCategoryList = response.rows;
|
||||
this.total2 = response.total;
|
||||
this.loading = false;
|
||||
}
|
||||
);
|
||||
},
|
||||
// info() {
|
||||
// this.loading = true;
|
||||
// listTrainingCategory(this.trainingCategoryqueryParams).then(
|
||||
// (response) => {
|
||||
// this.trainingCategoryList = response.rows;
|
||||
// this.total2 = response.total;
|
||||
// this.loading = false;
|
||||
// }
|
||||
// );
|
||||
// },
|
||||
// 父级课程组
|
||||
trainingParentinfo() {
|
||||
this.loading = true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user