9f7e713b by yuanbo

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

1 parent 229d8a1f
...@@ -125,6 +125,8 @@ export default { ...@@ -125,6 +125,8 @@ export default {
125 }, 125 },
126 mounted () { 126 mounted () {
127 if (this.formData.bsmBatch) { 127 if (this.formData.bsmBatch) {
128 this.tableForm[0].jsysxlh = null;
129 this.tableForm[1].jsysxlh = null;
128 this.getDetailInfo(this.formData.bsmBatch); 130 this.getDetailInfo(this.formData.bsmBatch);
129 } else { 131 } else {
130 this.ywhSerial(); 132 this.ywhSerial();
......
...@@ -132,6 +132,8 @@ export default { ...@@ -132,6 +132,8 @@ export default {
132 }, 132 },
133 mounted () { 133 mounted () {
134 if (this.formData.bsmBatch) { 134 if (this.formData.bsmBatch) {
135 this.tableForm[0].bs = null;
136 this.tableForm[1].bs = null;
135 this.getDetailInfo(this.formData.bsmBatch); 137 this.getDetailInfo(this.formData.bsmBatch);
136 } else { 138 } else {
137 this.ywhSerial(); 139 this.ywhSerial();
......