@ -63,16 +63,17 @@ export default {
}
},
mounted(e) {
console.log("evv",e)
th
this.getscdb()
// 获取url参数中的id
let id = this.$route.query.id
this.getscdb(id)
methods: {
getscdb() {
getscdb(sid) {
let host ="http://localhost:9099"
Scedit(host,{
id: this.scid
id: sid
}).then(res => {
console.log(res)
if (res.code == 200) {
this.serverlist = res.data