Commit 4968ff01 authored by 刘宇扬's avatar 刘宇扬

Merge remote-tracking branch 'origin/project1' into project1

parents ecc945f6 1ad06a81
...@@ -403,10 +403,10 @@ export default { ...@@ -403,10 +403,10 @@ export default {
}, },
deleteByType(){ deleteByType(){
deleteByType(1).then(flag => { deleteByType(1).then(flag => {
if(flag.data > 0){ if(flag.data > 0 && flag.code === 200){
this.$message.success("结束盘点成功") this.$message.success("结束盘点成功")
}else{ }else{
this.$message.error("结束盘点失败") this.$message.error("结束盘点失败")
} }
}) })
}, },
......
...@@ -246,6 +246,7 @@ export default { ...@@ -246,6 +246,7 @@ export default {
openDetails: false, openDetails: false,
// // TODO: 模拟测试数据 // // TODO: 模拟测试数据
equipmentList: [], equipmentList: [],
selectList: [],
// check: '开始盘点', // check: '开始盘点',
typeParent: 'text', typeParent: 'text',
typePrimary: 'primary', 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