|
@@ -273,7 +273,7 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
updateNeo() {
|
|
updateNeo() {
|
|
- this.diagBaseVerifyData().then(() => {
|
|
|
|
|
|
+ this.submitForm().then(() => {
|
|
if(this.hasQuestion == 0) {
|
|
if(this.hasQuestion == 0) {
|
|
const param = {
|
|
const param = {
|
|
id: this.id,
|
|
id: this.id,
|
|
@@ -290,7 +290,7 @@
|
|
},
|
|
},
|
|
exportDiagnosticAll(){
|
|
exportDiagnosticAll(){
|
|
|
|
|
|
- this.diagBaseVerifyData().then(() => {
|
|
|
|
|
|
+ this.submitForm().then(() => {
|
|
if(this.hasQuestion == 0) {
|
|
if(this.hasQuestion == 0) {
|
|
const param = {
|
|
const param = {
|
|
diagnoseId: this.id
|
|
diagnoseId: this.id
|
|
@@ -399,7 +399,7 @@
|
|
return
|
|
return
|
|
}
|
|
}
|
|
// this.showDelDialog()
|
|
// this.showDelDialog()
|
|
- this.diagBaseVerifyData()
|
|
|
|
|
|
+ return this.diagBaseVerifyData()
|
|
|
|
|
|
},
|
|
},
|
|
diagBaseVerifyData() {
|
|
diagBaseVerifyData() {
|