浏览代码

打印单

XMLWAN 5 年前
父节点
当前提交
b18b0315d0
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/xt_pages/qcd/statisticalConfiguration.vue

+ 4 - 0
src/xt_pages/qcd/statisticalConfiguration.vue 查看文件

@@ -215,6 +215,10 @@ export default {
215 215
       this.$refs[formName].validate(valid=>{
216 216
         if(valid){
217 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
       })