Commit 38982c2f authored by 黄贤军's avatar 黄贤军

2.0

parent 7d63106d
......@@ -624,6 +624,10 @@ export default {
},
// 查询测试端口号res.data
get_test() {
if (!this.ruleForm.id || !this.ruleForm.project_no) {
this.$message.error('请先选择项目或保存')
return
}
axios.get(`mesAPI/application/test_port/${this.ruleForm.project_no}/`).then(res => {
if (res.data) {
this.test_list = res.data
......@@ -649,6 +653,7 @@ export default {
} else {
this.$message.error(res.data.message)
}
this.get_project()
this.closeFullScreen(this.openFullScreen())
}).catch(() => {
this.closeFullScreen(this.openFullScreen())
......
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