Commit 0cddb8a7 authored by huangjie's avatar huangjie

*

parent 9f042eac
...@@ -390,7 +390,7 @@ ...@@ -390,7 +390,7 @@
//查看进度 //查看进度
detailpro(row){ detailpro(row){
this.uploadData = row this.uploadData = row
this.prodetail = true this.prodetail = false//状态不管是否查看,目前手动设置为可修改
this.isupload = true this.isupload = true
}, },
//删除项目 //删除项目
......
...@@ -290,7 +290,6 @@ ...@@ -290,7 +290,6 @@
this.formdata = JSON.parse(JSON.stringify(this.uploadData)) this.formdata = JSON.parse(JSON.stringify(this.uploadData))
this.formdata.cbStage = this.formdata.cbStage.toString() this.formdata.cbStage = this.formdata.cbStage.toString()
this.getDetail() this.getDetail()
console.log(this.formdata )
}, },
methods:{ methods:{
importdata(){ importdata(){
......
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