5.21修改所有已出现的bug和优化。
This commit is contained in:
parent
b135c3dd79
commit
495fc24d25
|
@ -79,9 +79,9 @@ export default {
|
||||||
}
|
}
|
||||||
// 全局滚动条样式调整
|
// 全局滚动条样式调整
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 5px;
|
width: 10px;
|
||||||
/*滚动条宽度*/
|
/*滚动条宽度*/
|
||||||
height: 5px;
|
height: 10px;
|
||||||
/*滚动条高度*/
|
/*滚动条高度*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -279,7 +279,6 @@ export default {
|
||||||
this.$set(this.activedRow, 'deleteList', arr)
|
this.$set(this.activedRow, 'deleteList', arr)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log(this.activedRow)
|
|
||||||
this.addSwitch = false
|
this.addSwitch = false
|
||||||
},
|
},
|
||||||
lineDataHandle(targetid, arr, saveName, saveId) {
|
lineDataHandle(targetid, arr, saveName, saveId) {
|
||||||
|
@ -399,11 +398,9 @@ export default {
|
||||||
this.$set(row, 'addApi', '')
|
this.$set(row, 'addApi', '')
|
||||||
this.$set(row, 'deleteApi', '')
|
this.$set(row, 'deleteApi', '')
|
||||||
} else {
|
} else {
|
||||||
console.log(key)
|
|
||||||
this.$set(row, dist[key][0], '')
|
this.$set(row, dist[key][0], '')
|
||||||
this.$set(row, dist[key][1], [])
|
this.$set(row, dist[key][1], [])
|
||||||
this.$set(row, dist[key][2], '')
|
this.$set(row, dist[key][2], '')
|
||||||
console.log(row)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
|
@ -429,7 +426,6 @@ export default {
|
||||||
}, {
|
}, {
|
||||||
id: this.$route.query.id
|
id: this.$route.query.id
|
||||||
})
|
})
|
||||||
console.log(res, 'init')
|
|
||||||
if (res.status === '200') {
|
if (res.status === '200') {
|
||||||
this.tableData = res.attribute
|
this.tableData = res.attribute
|
||||||
}
|
}
|
||||||
|
@ -548,7 +544,7 @@ export default {
|
||||||
this.init()
|
this.init()
|
||||||
this.initSelect()
|
this.initSelect()
|
||||||
this.initLeftLink()
|
this.initLeftLink()
|
||||||
this.$emit('flashActive', 4)
|
this.$emit('flashActive', 3)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -52,7 +52,6 @@ export default {
|
||||||
this.menuActived = val
|
this.menuActived = val
|
||||||
},
|
},
|
||||||
async initEditFormData() {
|
async initEditFormData() {
|
||||||
console.log(this.$route.query.id, '菜单')
|
|
||||||
const res = await getApiModuleApi({
|
const res = await getApiModuleApi({
|
||||||
tl: "mdmService",
|
tl: "mdmService",
|
||||||
as: "mdmService",
|
as: "mdmService",
|
||||||
|
|
|
@ -39,9 +39,9 @@ module.exports = {
|
||||||
proxy: {
|
proxy: {
|
||||||
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
||||||
[process.env.VUE_APP_BASE_API]: {
|
[process.env.VUE_APP_BASE_API]: {
|
||||||
// target: `http://hzya.ufyct.com:9067/`,
|
target: `http://hzya.ufyct.com:9067/`,
|
||||||
// target: `http://127.0.0.1:9081/`,
|
// target: `http://127.0.0.1:9081/`,
|
||||||
target: `http://192.168.2.78:9999`,
|
// target: `http://192.168.2.78:9999`,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
["^" + process.env.VUE_APP_BASE_API]: "",
|
["^" + process.env.VUE_APP_BASE_API]: "",
|
||||||
|
|
Loading…
Reference in New Issue