去掉打印

dev_2307
Gitea 1 year ago
parent 10aac03ce3
commit d4cd7b8c15
  1. 2
      ant-design-vue-jeecg/src/views/py/PyBasicCourseList.vue
  2. 4
      ant-design-vue-jeecg/src/views/py/SeCourseobjectivesTypeList.vue
  3. 4
      ant-design-vue-jeecg/src/views/py/modules/SeCourseobjectivesTypeForm.vue

@ -259,7 +259,7 @@ export default {
}, },
methods: { methods: {
byyq(record){ byyq(record){
console.log(record) //console.log(record)
this.tokenid = { this.tokenid = {
basicId: record.basicId, basicId: record.basicId,
courseId: record.courseId, courseId: record.courseId,

@ -163,8 +163,8 @@
initDictConfig(){ initDictConfig(){
}, },
bdbyyq(record){ bdbyyq(record){
console.log(record); //console.log(record);
console.log(this.$route.query.basicId); //console.log(this.$route.query.basicId);
this.$refs.modalForm.edit(record); this.$refs.modalForm.edit(record);
this.$refs.modalForm.title = "绑定毕业要求"; this.$refs.modalForm.title = "绑定毕业要求";
}, },

@ -155,8 +155,8 @@
ids += this.selectedRowKeys[a]; ids += this.selectedRowKeys[a];
} }
} }
console.log(ids); //console.log(ids);
console.log(this.$route.query.courseobjectivesId) //console.log(this.$route.query.courseobjectivesId)
getAction(this.url.szbyyq, {"id": ids,"courseobjectivesId":this.$route.query.courseobjectivesId}).then((res) => { getAction(this.url.szbyyq, {"id": ids,"courseobjectivesId":this.$route.query.courseobjectivesId}).then((res) => {
if (res.success) { if (res.success) {
this.$message.success("绑定成功"); this.$message.success("绑定成功");

Loading…
Cancel
Save