零件定额制定:已编制保存刷新表

This commit is contained in:
chenjianan
2018-11-27 15:02:20 +08:00
parent 28a249f58c
commit 65fa2f3372

View File

@@ -308,6 +308,7 @@ export default {
this.result += parseInt(response.data[0].result)
if (this.result === this.tableData.length) {
this.$message.success('保存成功')
this.typeChange()
} else if (response.data[0].result === '0') {
this.$message.error('第' + (i + 1) + '行保存失败')
}