| src/views/task/task.vue | ●●●●● patch | view | raw | blame | history |
src/views/task/task.vue
@@ -679,6 +679,14 @@ }); }, rowUpdate(row, index, done, loading) { if(row.stockNum<0){ this.$message({ type: "warning", message: "农资量不能为负数!" }); done(); return } update(row).then(() => { this.onLoad(this.page); this.$message({