Compare commits

...

2 Commits

Author SHA1 Message Date
shanao d3ef2ada45 Merge remote-tracking branch 'origin/pet' into pet 2024-11-18 17:46:52 +08:00
shanao a6a6b9470d 【bug修改】
1. 隐患详情整改类型
2. 安全环保检查暂存
2024-11-18 17:46:40 +08:00
2 changed files with 2 additions and 1 deletions

View File

@ -103,7 +103,7 @@
<td class="tbg">整改类型</td>
<td>
<template>
{{ pd.RECTIFICATIONTYPE === '1' ? '限期整改' : '立即整改' }}
{{ pd.RECTIFICATIONTYPE === '1' ? '立即整改' : '限期整改' }}
</template>
</td>
</tr>

View File

@ -907,6 +907,7 @@ export default {
this.$set(this.form, 'delHiddens', this.delHiddens.join(','))
this.$set(this.form, 'delHiddenFiles', this.delHiddenFiles.join(','))
this.listLoading = true
this.form.INSPECTION_STATUS = '0'
requestFN(
'/safetyenvironmental/' + this.dialogType,
{ ...this.form }