Compare commits

...

2 Commits

Author SHA1 Message Date
姜玉琦 c6cef388aa Merge branch 'dev' of http://62.234.3.186:3000/sxyanzhu/jhprjv2 into dev 2024-07-02 00:20:13 +08:00
姜玉琦 606ceeec5e 提交代码 2024-07-02 00:20:03 +08:00
1 changed files with 4 additions and 0 deletions

View File

@ -771,6 +771,10 @@ export default {
`安全整改_${new Date().getTime()}.xlsx`
);
},
/** 查看详情 */
handleDetail(row) {
this.$refs.sspProblemmodifyAuditinfoDrawer.show(row);
},
/** 是否可处理 */
getIsModify(row) {
if (row.checkState == 0 || row.checkState == 3) {