瀏覽代碼

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

jbb 2 年之前
父節點
當前提交
55dcaef075
共有 1 個文件被更改,包括 2 次插入0 次删除
  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 {