Commit 603baf5b authored by kzy's avatar kzy

盘点ok

parent 83ed0627
......@@ -403,10 +403,10 @@ export default {
},
deleteByType(){
deleteByType(1).then(flag => {
if(flag.data > 0){
if(flag.data > 0 && flag.code === 200){
this.$message.success("结束盘点成功")
}else{
this.$message.error("结束盘点失败")
this.$message.error("结束盘点失败")
}
})
},
......
......@@ -246,6 +246,7 @@ export default {
openDetails: false,
// // TODO: 模拟测试数据
equipmentList: [],
selectList: [],
// check: '开始盘点',
typeParent: 'text',
typePrimary: 'primary',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment