耗材修改
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user