@@ -490,7 +490,9 @@
id: this.id,
modifier: this.modifier
}
- this.isReady = true
+ if(type == 'save'){
+ this.isReady = true
+ }
return api.diagBaseVerifyData(param).then((res) => {
const data = res.data.data
this.isReady=false