|
@@ -580,7 +580,7 @@ export default {
|
|
|
// this.dialogVisible = false
|
|
|
// this.currentDbEdit = {}
|
|
|
console.log(this.currentDbEdit)
|
|
|
- if (this.currentDbEdit.status == 3) {
|
|
|
+ if (this.currentDbEdit.status == 3 || this.currentDbEdit.status == 1) {
|
|
|
this.currentDbEdit.jihuaStartDate = this.currentDbEdit.start_date ;
|
|
|
this.currentDbEdit.parent = this.currentDbEdit.pid ;
|
|
|
saveProjectJl(this.currentDbEdit).then((res) => {
|