|
@@ -708,8 +708,6 @@ export default {
|
|
},
|
|
},
|
|
//审批
|
|
//审批
|
|
submit(id, type) {
|
|
submit(id, type) {
|
|
- console.log(id)
|
|
|
|
- console.log(type)
|
|
|
|
this.form.id = id
|
|
this.form.id = id
|
|
this.form.isRegister = type
|
|
this.form.isRegister = type
|
|
const form = this.form
|
|
const form = this.form
|
|
@@ -764,6 +762,8 @@ export default {
|
|
this.title = res.data.type
|
|
this.title = res.data.type
|
|
if (res.data.attachPath !== undefined) {
|
|
if (res.data.attachPath !== undefined) {
|
|
this.attachPath = res.data.attachPath;
|
|
this.attachPath = res.data.attachPath;
|
|
|
|
+ }else {
|
|
|
|
+ this.attachPath = null
|
|
}
|
|
}
|
|
this.describe = res.data.describe;
|
|
this.describe = res.data.describe;
|
|
}
|
|
}
|