Parcourir la source

成衣分配表-保存-失败提示

jbb il y a 2 ans
Parent
commit
55dcaef075
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/views/reportForms/cost-allocation-table.vue

+ 2 - 0
src/views/reportForms/cost-allocation-table.vue

@@ -909,6 +909,8 @@ export default {
             this.$message.success('保存成功')
 
             halfInfo = {}
+          }else{
+            this.$message.error(res.message);
           }
         })
       } else {