|
@@ -641,9 +641,7 @@
|
|
|
projectDetail(this.id,"0,1,2,3,4,5").then(res =>{
|
|
|
this.form = res.data.data;
|
|
|
this.oldForm = Object.assign({},res.data.data);
|
|
|
- if(res.data.data.corpName){
|
|
|
- this.configuration.dicData = res.data.data.corpName; //给客户名称赋值
|
|
|
- }
|
|
|
+ this.configuration.dicData = res.data.data.corpName; //给客户名称赋值
|
|
|
if(res.data.data.filesList){
|
|
|
this.upLoadData = res.data.data.filesList
|
|
|
this.oldUpLoadData = this.deepClone(res.data.data.filesList)
|