Compare commits

..

No commits in common. "d3ef2ada4594f4f72baccc4940d50ec6e7d6adff" and "c31e89f4f73561bf70731abfd713b4718378c27c" have entirely different histories.

2 changed files with 1 additions and 2 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,7 +907,6 @@ 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 }