Commit 03014330 by yangxiaolei

fix brtset

parent e3a778f5
......@@ -143,7 +143,7 @@ export default {
let res = await Api.post('/service/ptspta/fetch', params);
if (res.respCode == SUCCESS) {
this.$set(this.model.gidgrp, row.role.toLowerCase(), res.data);
this.modifySetCollect(row,'gidgrp',this.model)
this.modifySetCollect(row,'brdgrp',this.model)
}
},
// 业务信息=》基本信息=》支出目的
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment