@@ -539,9 +539,10 @@ export default {
/** 修改按钮操作 */
handleUpdate(row) {
this.reset();
+ console.log('xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');
const id = row.id || this.ids;
getDjzspb(id).then((response) => {
- this.form = decryptData_ECB(response.data, [], []);
+ this.form = decryptData_ECB(response.data, ["zslqrxm", "zslqrlxdh", "zsthxm", "zsthlxdh", "pblqrxm", "pblqrlxdh", "pbthxm", "pbthlxdh"], [1,3,1,3,1,3,1,3]);
/****** sks 需要改动的地方 start ******/
this.copyForm = this.deepCopy(response.data);
/****** sks 需要改动的地方 end ******/