Browse Source

2024-09-27

优化
master
fengyuan_yang 1 year ago
parent
commit
e01c2cdd7c
  1. 2
      src/views/modules/tooling/searchToolApply.vue

2
src/views/modules/tooling/searchToolApply.vue

@ -860,6 +860,7 @@
methods: { methods: {
// //
getApprovalList () { getApprovalList () {
if (Object.keys(this.currentRow).length !== 0) {
let tempData = { let tempData = {
site: this.$store.state.user.site, site: this.$store.state.user.site,
menuId: this.$route.meta.menuId, menuId: this.$route.meta.menuId,
@ -872,6 +873,7 @@
this.approvalList = [] this.approvalList = []
} }
}) })
}
}, },
// S // S

Loading…
Cancel
Save