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
       })