diff --git a/src/views/basic/busType/bussinessTypeModify.vue b/src/views/basic/busType/bussinessTypeModify.vue index eb4c83c..1f12f0d 100644 --- a/src/views/basic/busType/bussinessTypeModify.vue +++ b/src/views/basic/busType/bussinessTypeModify.vue @@ -126,18 +126,27 @@ - - - - + + + + + + + + + + + + + + + + + + @@ -183,14 +192,14 @@ - - - - - - - - + + + + + + + + + + + + 预验收使用结束退回 + + + + + + + + + + + 预验收使用结束退回 + + + @@ -327,7 +359,7 @@ @@ -368,7 +400,7 @@ @@ -1250,6 +1282,8 @@ export default { this.getList() this.findSpecialMethod() this.oldData = Object.assign({}, this.inputQuery) + this.inputQuery.codeFillCheck=false; + this.inputQuery.preInBack=false; } }