新增当天采购计划

This commit is contained in:
huangdeliang
2021-03-24 17:16:49 +08:00
parent c4d1cba225
commit 51a9c5c798
3 changed files with 96 additions and 61 deletions

View File

@ -68,11 +68,6 @@ export default {
]),
...mapGetters(["analyseData"]),
},
watch: {
healthyData(val) {
console.log({ val });
},
},
methods: {
handleOnTabClick(tab) {
this.activeName = tab.name;