Browse Source

22

shibei_master
dai 3 years ago
parent
commit
375e5ee4a5
  1. 2
      src/views/modules/base/huji/chusheng/cpts/edit.vue

2
src/views/modules/base/huji/chusheng/cpts/edit.vue

@ -706,7 +706,7 @@ export default {
console.log(row);
if (row) {
// this.fmData = { ...this.fmData, ...row };
this.getInfo(row.id);
await this.getInfo(row.id);
this.getValiheList();
this.getBuildList();
this.getUniList();

Loading…
Cancel
Save