Compare commits
No commits in common. "c6cef388aa058398f67ef9fc359ec33c047b4673" and "da60e4c4cd20878e0a4ab19b836c889d80ebd2aa" have entirely different histories.
c6cef388aa
...
da60e4c4cd
|
@ -771,10 +771,6 @@ export default {
|
||||||
`安全整改_${new Date().getTime()}.xlsx`
|
`安全整改_${new Date().getTime()}.xlsx`
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
/** 查看详情 */
|
|
||||||
handleDetail(row) {
|
|
||||||
this.$refs.sspProblemmodifyAuditinfoDrawer.show(row);
|
|
||||||
},
|
|
||||||
/** 是否可处理 */
|
/** 是否可处理 */
|
||||||
getIsModify(row) {
|
getIsModify(row) {
|
||||||
if (row.checkState == 0 || row.checkState == 3) {
|
if (row.checkState == 0 || row.checkState == 3) {
|
||||||
|
|
Loading…
Reference in New Issue