master
YTD 2 years ago
parent 94d7caf3ad
commit 017ccdd40b
  1. 5
      ant-design-vue-jeecg/src/views/functionx/FunctionxList.vue
  2. 9
      ant-design-vue-jeecg/src/views/modulex/ModulexList.vue
  3. 2
      ant-design-vue-jeecg/src/views/projectx/ProjectxList.vue
  4. 5
      ant-design-vue-jeecg/src/views/tablex/TablexList.vue

@ -412,7 +412,10 @@
fanhui(){
this.$router.push({
/*返回产品*/
path: '/src/views/modulex/ModulexList',/*在引号中填写返回vue*/
path: '/src/views/modulex/ModulexList',
query:{
project:this.$route.query.project
}/*在引号中填写返回vue*/
});
},
initDictConfig(){

@ -399,7 +399,8 @@ export default {
this.$router.push({
path: '/src/views/functionx/FunctionxList',
query: {
moduleid: record.id
moduleid: record.id,
project:this.$route.query.project
}
// query: {id: '123456'}
})
@ -407,7 +408,7 @@ export default {
tablexManage(record) {
this.$router.push({
path: '/src/views/tablex/TablexList',
query: {moduleid: record.id}
query: {moduleid: record.id,project:this.$route.query.project}
})
},
initDictConfig() {
@ -439,7 +440,7 @@ export default {
},
loadParameter() {
if (this.loadRouteType === false) {
this.projectIdx = this.$route.query.moduleid;
this.projectIdx = this.$route.query.project;
// console.log('aaaaaaaaa',this.projectIdx)
// console.log("***********")
this.loadRouteType = true;
@ -486,7 +487,7 @@ export default {
param.pageNo = this.ipagination.current;
param.pageSize = this.ipagination.pageSize;
//param.id=this.id;
param.projectId = this.$route.query.moduleid;
param.projectId = this.$route.query.project;
// console.log('paaaaaaaaaaaaaaaaaaaaa')
return filterObj(param);
},

@ -266,7 +266,7 @@ export default {
modulemanage(record) {
this.$router.push({
path: '/src/views/modulex/ModulexList',
query: {moduleid: record.id}
query: {project: record.id}
})
},
initDictConfig() {

@ -255,7 +255,10 @@
fanhui(){
this.$router.push({
/*返回产品*/
path: '/src/views/modulex/ModulexList',/*在引号中填写返回vue*/
path: '/src/views/modulex/ModulexList',
query:{
project:this.$route.query.project
}/*在引号中填写返回vue*/
});
},
viewVid(record) {

Loading…
Cancel
Save