parent
5208846fc7
commit
a6a6b9470d
|
@ -103,7 +103,7 @@
|
|||
<td class="tbg">整改类型</td>
|
||||
<td>
|
||||
<template>
|
||||
{{ pd.RECTIFICATIONTYPE === '1' ? '限期整改' : '立即整改' }}
|
||||
{{ pd.RECTIFICATIONTYPE === '1' ? '立即整改' : '限期整改' }}
|
||||
</template>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue