Commit f6138121 authored by renjintao's avatar renjintao

setCount

parent c9d37719
...@@ -633,10 +633,10 @@ export default { ...@@ -633,10 +633,10 @@ export default {
}, },
//进入页面加载排产count----- //进入页面加载排产count-----
loadInitCount() { loadInitCount() {
// this.$store.commit("setCountAps", 0); this.$store.commit("setCountAps", 0);
// this.$store.commit("setCountAi", 0); this.$store.commit("setCountAi", 0);
// this.$store.commit("setCountAll", 0); this.$store.commit("setCountAll", 0);
// this.$store.commit("setCountRun", 0); this.$store.commit("setCountRun", 0);
// Api.getCount() // Api.getCount()
// .then(res => { // .then(res => {
// if (res.success && res.result == true) { // if (res.success && res.result == true) {
......
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