@@ -752,6 +752,7 @@ export default {
sjjg: {
//深度监听,可监听到对象、数组的变化
handler(newV, oldV) {
+ this.queryParams.sjjg = this.sjjg
this.form.sjjg = this.sjjg;
this.getList();
},
@@ -1537,7 +1537,7 @@ export default {
tableRowClick(row) {
console.log("row, column, event :>> ", row);
- this.orgId = row.id;
+ this.orgId = row.dwid;
clickTab(e) {
// console.log("e :>> ", e);