|
|
@ -626,12 +626,11 @@ |
|
|
if (data && data.code == 0) { |
|
|
if (data && data.code == 0) { |
|
|
this.getNodeAuthority(data.row) |
|
|
this.getNodeAuthority(data.row) |
|
|
this.dataForm = data.row |
|
|
this.dataForm = data.row |
|
|
|
|
|
|
|
|
// 2025-05-22海波要求添加 初始化这个值 ecnNeedChangeDrawing监听这个反刷 this.dataForm.ecnNeedChangeDrawing |
|
|
// 2025-05-22海波要求添加 初始化这个值 ecnNeedChangeDrawing监听这个反刷 this.dataForm.ecnNeedChangeDrawing |
|
|
// 2025-05-23 海波要求采用YES/NO |
|
|
// 2025-05-23 海波要求采用YES/NO |
|
|
if (this.dataForm.ecnNeedChangeDrawing === 'Yes'){ |
|
|
|
|
|
|
|
|
if (this.dataForm.ecnNeedChangeDrawing === 'Yes') { |
|
|
this.ecnNeedChangeDrawing = 'Yes' |
|
|
this.ecnNeedChangeDrawing = 'Yes' |
|
|
}else { |
|
|
|
|
|
|
|
|
} else { |
|
|
this.ecnNeedChangeDrawing = 'No' |
|
|
this.ecnNeedChangeDrawing = 'No' |
|
|
} |
|
|
} |
|
|
// this.$message.success( '操作成功') |
|
|
// this.$message.success( '操作成功') |
|
|
@ -716,6 +715,12 @@ |
|
|
//区分请求成功和失败的状况 |
|
|
//区分请求成功和失败的状况 |
|
|
if (data && data.code == 0) { |
|
|
if (data && data.code == 0) { |
|
|
this.dataForm = data.row |
|
|
this.dataForm = data.row |
|
|
|
|
|
// 2025-06-03 泽廉漏加 导致一直初始No |
|
|
|
|
|
if (this.dataForm.ecnNeedChangeDrawing === 'Yes') { |
|
|
|
|
|
this.ecnNeedChangeDrawing = 'Yes' |
|
|
|
|
|
} else { |
|
|
|
|
|
this.ecnNeedChangeDrawing = 'No' |
|
|
|
|
|
} |
|
|
this.getNodeAuthority(data.row) |
|
|
this.getNodeAuthority(data.row) |
|
|
let inData = { |
|
|
let inData = { |
|
|
site: this.dataForm.site, |
|
|
site: this.dataForm.site, |
|
|
|