耗材修改

This commit is contained in:
魏啾
2024-10-18 15:15:32 +08:00
parent d21d4f490d
commit 0c7637f507
8 changed files with 34 additions and 37 deletions

View File

@@ -450,9 +450,14 @@ export default {
break;
}
this.queryFormLoading = false
this.showResult = true
this.$refs.shopList.clearSelection()//清除选项
this.$refs.ConsumableList.clearSelection()//清除选项
this.$message({
message: '出库提交成功',
type: 'success'
})
this.resetHandle()//初始化
// this.showResult = true
// this.$refs.shopList.clearSelection()//清除选项
// this.$refs.ConsumableList.clearSelection()//清除选项
} catch (error) {
console.log(error)
this.queryFormLoading = false