|
@@ -464,7 +464,7 @@ export default {
|
|
|
],
|
|
|
jcr: [
|
|
|
{ required: true, message: '检查人不能为空', trigger: 'blur' },
|
|
|
- { max: 8, message: '检查人不能超过8个字符', trigger: 'blur' }
|
|
|
+ // { max: 8, message: '检查人不能超过8个字符', trigger: 'blur' }
|
|
|
]
|
|
|
},
|
|
|
fixation: {},
|
|
@@ -666,7 +666,8 @@ export default {
|
|
|
handleUpdateXQ(row) {
|
|
|
const id = row.id || this.ids
|
|
|
this.request.getQtaqzc(id).then(response => {
|
|
|
- this.fixation = decryptData_ECB(response.data, ["jcr", "zgzrr"], [1, 1]);
|
|
|
+ console.log('FFFFFFFFFFFFFFFFFF')
|
|
|
+ // this.fixation = decryptData_ECB(response.data, ["jcr", "zgzrr"], [1, 1]);
|
|
|
this.form = decryptData_ECB(response.data, ["jcr", "zgzrr"], [1, 1]);
|
|
|
// this.fixation = response.data
|
|
|
// this.form = response.data
|