Commit 1560697e authored by 晓彤's avatar 晓彤

更新状态

parent 405b7003
......@@ -320,7 +320,7 @@ export default {
createData() {
var projectName = this.temp.gitPath.split('/')[1].split('.')[0]
this.temp.projectName = projectName
this.temp.sonar = 1
this.temp.sonar = 0
this.$refs['dataForm'].validate((valid) => {
if (valid) {
addDockerProject(this.temp).then((resp) => {
......
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