|
|
@@ -174,7 +174,7 @@ export default window.$crudCommon({
|
|
|
this.tabActive = 'apply';
|
|
|
this.operateType = 'edit';
|
|
|
this.currProjectId = data.id;
|
|
|
- this.currProjectData = data;
|
|
|
+ this.currProjectData = { ...data, status: Number(data.status) };
|
|
|
this.drawerVisible = true;
|
|
|
},
|
|
|
handleApplySuccess() {
|