|
@@ -65,7 +65,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
<script>
|
|
|
- import { getById } from '@/api/bpm/components/inspectionProjectRequest';
|
|
|
|
|
|
|
+ import { requestentrustGetById } from '@/api/bpm/components/inspectionProjectRequest';
|
|
|
import { inspectionProjectStatus } from '@/enum/dict.js';
|
|
import { inspectionProjectStatus } from '@/enum/dict.js';
|
|
|
|
|
|
|
|
export default {
|
|
export default {
|
|
@@ -317,7 +317,7 @@
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
async init() {
|
|
async init() {
|
|
|
- this.form = await getById(this.businessId);
|
|
|
|
|
|
|
+ this.form = await requestentrustGetById(this.businessId);
|
|
|
this.list =
|
|
this.list =
|
|
|
this.form.recordingMethod == 1
|
|
this.form.recordingMethod == 1
|
|
|
? this.form.templateList
|
|
? this.form.templateList
|