|
|
@@ -546,7 +546,7 @@
|
|
|
</p>
|
|
|
</div>
|
|
|
</OpenCloseBox>
|
|
|
- <OpenCloseBox id="dzbd" :ref="setItemRef" v-if="orderInfo && orderInfo.orderstatus == 3 && !isAuditing">
|
|
|
+ <OpenCloseBox id="dzbd" v-if="orderInfo && orderInfo.orderstatus == 3">
|
|
|
<span slot="title">保单信息</span>
|
|
|
<div slot="boby">
|
|
|
<el-row class="premium-style " :gutter="20">
|
|
|
@@ -1277,7 +1277,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
created() {
|
|
|
- console.log(this.obj)
|
|
|
+ console.log(this.isAuditing)
|
|
|
//获取操作符
|
|
|
this.$api.dict.findPage(this.operator).then(res => {
|
|
|
this.operatorlist = res.data.content;
|
|
|
@@ -1471,6 +1471,7 @@ export default {
|
|
|
this.dialogVisible = backupVisible
|
|
|
},
|
|
|
imageFun(param) {
|
|
|
+ console.log(this.isAuditing)
|
|
|
console.log(param)
|
|
|
this.obj = param
|
|
|
},
|