Commit deb1cf39 authored by 黄奎's avatar 黄奎

页面修改

parent e16b61bc
......@@ -42,6 +42,7 @@
.el-table th {
padding: 5px 0;
}
</style>
<template>
<div class="page-body ReturnperiodsList">
......@@ -270,24 +271,11 @@
})
},
goUrl(id) {
this.$router.push({
path: '/financial/returnPassbook/ReturnUserList',
query: {
"id": id,
"CommissionType": 1,
blank: 'y',
}
})
},
goUrl(id) {
this.$router.push({
path: '/financial/returnPassbook/ReturnUserList',
query: {
"id": id,
"CommissionType": 1,
blank: 'y',
}
})
this.OpenNewUrl("/financial/returnPassbook/ReturnUserList", {
"id": id,
"CommissionType": 1,
blank: 'y',
});
},
handleCurrentChanges(val) {
this.msg.PageIndex = val;
......@@ -295,7 +283,9 @@
},
},
}
</script>
<style lang="sass">
@import url('~assets/css/table.sass')
</style>
\ No newline at end of file
</style>
......@@ -81,7 +81,7 @@ export default {
//域名管理对象
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 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