|
|
@@ -26,7 +26,7 @@
|
|
|
<span :title="form.position">{{ form.position }}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
+
|
|
|
<div class="fx-field x-grid-col-12">
|
|
|
<div class="field-label">
|
|
|
<span class="field-required"></span>
|
|
|
@@ -235,6 +235,8 @@ export default {
|
|
|
message: '审批通过成功!',
|
|
|
customClass: 'myBox'
|
|
|
});
|
|
|
+ }).catch(() => {
|
|
|
+ this.fullscreenLoading = false;
|
|
|
});
|
|
|
} else {
|
|
|
this.fullscreenLoading = true;
|
|
|
@@ -366,4 +368,4 @@ ul {
|
|
|
.el-tag+.el-tag {
|
|
|
margin-left: 10px;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|