Browse Source

1

master_tdsql
zhuyulei 1 year ago
parent
commit
574164a701
  1. 2
      src/views/system/dept/index.vue

2
src/views/system/dept/index.vue

@ -1023,7 +1023,7 @@ export default {
handleUpdate(row) { handleUpdate(row) {
this.reset(); this.reset();
// //
const pcMenu = this.getDeptList(row.id); // const pcMenu = this.getDeptList(row.id);
getDept(row.id).then((response) => { getDept(row.id).then((response) => {
this.form = response.data; this.form = response.data;
var pcLogo = response.data.pcLogo; var pcLogo = response.data.pcLogo;

Loading…
Cancel
Save