Browse Source

打印单

XMLWAN 5 years ago
parent
commit
b18b0315d0
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/xt_pages/qcd/statisticalConfiguration.vue

+ 4 - 0
src/xt_pages/qcd/statisticalConfiguration.vue View File

215
       this.$refs[formName].validate(valid=>{
215
       this.$refs[formName].validate(valid=>{
216
         if(valid){
216
         if(valid){
217
           saveInspection(this.form).then(response=>{
217
           saveInspection(this.form).then(response=>{
218
+            if(response.data.state == 1){
219
+             var standard = response.data.data.standard
220
+             this.$message.success("保存成功")
221
+            }
218
           })
222
           })
219
         }
223
         }
220
       })
224
       })