|
@@ -654,7 +654,7 @@ export default {
|
|
|
this.reset()
|
|
|
const id = row.id || this.ids
|
|
|
this.request.getQtaqzc(id).then(response => {
|
|
|
- this.form = decryptData_ECB(response.data, ["jcr", "zgzrr"], [1, 1]);
|
|
|
+ this.form = decryptData_ECB(response.data, ["jcr", "zgzrr","txdz"], [1, 1, 4]);
|
|
|
this.fixation = response.data
|
|
|
/****** sks 需要改动的地方 start ******/
|
|
|
this.copyForm = this.deepCopy(response.data)
|
|
@@ -668,7 +668,7 @@ export default {
|
|
|
this.request.getQtaqzc(id).then(response => {
|
|
|
console.log('FFFFFFFFFFFFFFFFFF')
|
|
|
// this.fixation = decryptData_ECB(response.data, ["jcr", "zgzrr"], [1, 1]);
|
|
|
- this.form = decryptData_ECB(response.data, ["jcr", "zgzrr"], [1, 1]);
|
|
|
+ this.form = decryptData_ECB(response.data, ["jcr", "zgzrr", "txdz"], [1, 1, 4]);
|
|
|
// this.fixation = response.data
|
|
|
// this.form = response.data
|
|
|
this.openXQ = true
|