@@ -466,6 +466,7 @@
inspectAdd(this.inspect)
.toPromise()
.then((response) => {
+ this.checked=false
this.$message.success('保存成功')
getinspectLook({
id: response
@@ -506,6 +507,7 @@
this.$message.success('修改成功')
this.$router.push({
path: 'inspectionManagement'
})