9f7e713b by yuanbo

证书入库、证书分发查看打开对话框时,红色系统计算一闪而过问题修改

1 parent 229d8a1f
......@@ -125,6 +125,8 @@ export default {
},
mounted () {
if (this.formData.bsmBatch) {
this.tableForm[0].jsysxlh = null;
this.tableForm[1].jsysxlh = null;
this.getDetailInfo(this.formData.bsmBatch);
} else {
this.ywhSerial();
......
......@@ -132,6 +132,8 @@ export default {
},
mounted () {
if (this.formData.bsmBatch) {
this.tableForm[0].bs = null;
this.tableForm[1].bs = null;
this.getDetailInfo(this.formData.bsmBatch);
} else {
this.ywhSerial();
......