Commit deb1cf39 authored by 黄奎's avatar 黄奎

页面修改

parent e16b61bc
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
.el-table th { .el-table th {
padding: 5px 0; padding: 5px 0;
} }
</style> </style>
<template> <template>
<div class="page-body ReturnperiodsList"> <div class="page-body ReturnperiodsList">
...@@ -270,24 +271,11 @@ ...@@ -270,24 +271,11 @@
}) })
}, },
goUrl(id) { goUrl(id) {
this.$router.push({ this.OpenNewUrl("/financial/returnPassbook/ReturnUserList", {
path: '/financial/returnPassbook/ReturnUserList', "id": id,
query: { "CommissionType": 1,
"id": id, blank: 'y',
"CommissionType": 1, });
blank: 'y',
}
})
},
goUrl(id) {
this.$router.push({
path: '/financial/returnPassbook/ReturnUserList',
query: {
"id": id,
"CommissionType": 1,
blank: 'y',
}
})
}, },
handleCurrentChanges(val) { handleCurrentChanges(val) {
this.msg.PageIndex = val; this.msg.PageIndex = val;
...@@ -295,7 +283,9 @@ ...@@ -295,7 +283,9 @@
}, },
}, },
} }
</script> </script>
<style lang="sass"> <style lang="sass">
@import url('~assets/css/table.sass') @import url('~assets/css/table.sass')
</style>
\ No newline at end of file </style>
...@@ -81,7 +81,7 @@ export default { ...@@ -81,7 +81,7 @@ export default {
//域名管理对象 //域名管理对象
Vue.prototype.domainManager = function () { Vue.prototype.domainManager = function () {
let domainUrl = 'http://192.168.10.46'; let domainUrl = 'http://192.168.10.214';
let viewFileUrl = 'http://192.168.10.214:8120'; let viewFileUrl = 'http://192.168.10.214:8120';
let mallUrl = "http://192.168.10.2:8088"; let mallUrl = "http://192.168.10.2:8088";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment