零件定额制定:已编制保存刷新表
This commit is contained in:
@@ -308,6 +308,7 @@ export default {
|
|||||||
this.result += parseInt(response.data[0].result)
|
this.result += parseInt(response.data[0].result)
|
||||||
if (this.result === this.tableData.length) {
|
if (this.result === this.tableData.length) {
|
||||||
this.$message.success('保存成功')
|
this.$message.success('保存成功')
|
||||||
|
this.typeChange()
|
||||||
} else if (response.data[0].result === '0') {
|
} else if (response.data[0].result === '0') {
|
||||||
this.$message.error('第' + (i + 1) + '行保存失败')
|
this.$message.error('第' + (i + 1) + '行保存失败')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user