中心调研表状态已锁定pm也不允许修改
continuous-integration/drone/push Build is passing Details

rj
wangxiaoshuang 2026-07-02 16:09:30 +08:00
parent 414af5db9e
commit 76a937066d
1 changed files with 2 additions and 2 deletions

View File

@ -198,7 +198,7 @@ export default {
}, },
computed: { computed: {
isPM() { isPM() {
return this.hasPermi(['role:pm', 'role:spm', 'role:cpm', 'role:apm']) return this.hasPermi(['role:pm', 'role:spm', 'role:cpm', 'role:apm']) && this.state !== 3
} }
}, },
methods: { methods: {