flat: 合并
This commit is contained in:
@@ -1495,7 +1495,7 @@ export default {
|
|||||||
// 匹配政策
|
// 匹配政策
|
||||||
matchPolicy(row) {
|
matchPolicy(row) {
|
||||||
console.log('匹配政策')
|
console.log('匹配政策')
|
||||||
getMatchPolicy({id: row.id, serveId: this.selectInfo.id}).then(res => {
|
getMatchPolicy({id: row.id, serveId: this.selectInfo.id, serveUserId: row.serveUserId}).then(res => {
|
||||||
let _this = this;
|
let _this = this;
|
||||||
const {records, current, size, total} = res.data.data
|
const {records, current, size, total} = res.data.data
|
||||||
_this.policyData = records
|
_this.policyData = records
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ module.exports = {
|
|||||||
port: 1888,
|
port: 1888,
|
||||||
proxy: {
|
proxy: {
|
||||||
"/api": {
|
"/api": {
|
||||||
target: 'http://localhost:8000',
|
target: 'http://192.168.1.109:8000',
|
||||||
ws: true,
|
ws: true,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
|
|||||||
Reference in New Issue
Block a user