add:原材料库存修改

This commit is contained in:
zhangzhiqiang
2023-09-18 10:12:12 +08:00
parent 928770aa9b
commit 4f2e8b3e2f
52 changed files with 168 additions and 75 deletions

View File

@@ -108,7 +108,7 @@ export default {
this.$emit('tableChanged3', '')
this.$emit('update:dialogShow', false)
}).catch(err => {
debugger
const list = err.response.data.message
download2('/api/produceWorkorder/download', list).then(result => {
downloadFile(result, '错误信息汇总', 'xlsx')