|
|
@@ -197,7 +197,7 @@
|
|
|
/>
|
|
|
</div>
|
|
|
|
|
|
- <div v-if="attributeKey != null && attributeKey === true" class="row clearfix">
|
|
|
+ <div v-if="attributeKey != null && attributeKey !=''" class="row clearfix">
|
|
|
<div class="col-md-12">
|
|
|
<AttributePanel
|
|
|
ref="attributePanel" :attribute-key="attributeKey" :attribute-value-key="attributeValueKey"
|
|
|
@@ -276,7 +276,7 @@ import ApproveComment from '../../workflow/ApproveComment.vue';
|
|
|
|
|
|
import DataRecoveryResource from '../../api/base/DataRecoveryResource.js';
|
|
|
import JsUtil from '../../common/JsUtil.js';
|
|
|
-import { Notify, Uuid } from 'pc-component-v3';
|
|
|
+import { Notify, Uuid, Modal } from 'pc-component-v3';
|
|
|
export default {
|
|
|
|
|
|
components: {
|