Compare commits
No commits in common. "d3ef2ada4594f4f72baccc4940d50ec6e7d6adff" and "c31e89f4f73561bf70731abfd713b4718378c27c" have entirely different histories.
d3ef2ada45
...
c31e89f4f7
|
@ -103,7 +103,7 @@
|
||||||
<td class="tbg">整改类型</td>
|
<td class="tbg">整改类型</td>
|
||||||
<td>
|
<td>
|
||||||
<template>
|
<template>
|
||||||
{{ pd.RECTIFICATIONTYPE === '1' ? '立即整改' : '限期整改' }}
|
{{ pd.RECTIFICATIONTYPE === '1' ? '限期整改' : '立即整改' }}
|
||||||
</template>
|
</template>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -907,7 +907,6 @@ export default {
|
||||||
this.$set(this.form, 'delHiddens', this.delHiddens.join(','))
|
this.$set(this.form, 'delHiddens', this.delHiddens.join(','))
|
||||||
this.$set(this.form, 'delHiddenFiles', this.delHiddenFiles.join(','))
|
this.$set(this.form, 'delHiddenFiles', this.delHiddenFiles.join(','))
|
||||||
this.listLoading = true
|
this.listLoading = true
|
||||||
this.form.INSPECTION_STATUS = '0'
|
|
||||||
requestFN(
|
requestFN(
|
||||||
'/safetyenvironmental/' + this.dialogType,
|
'/safetyenvironmental/' + this.dialogType,
|
||||||
{ ...this.form }
|
{ ...this.form }
|
||||||
|
|
Loading…
Reference in New Issue