Compare commits

..

No commits in common. "c75999ea93029138661c1204f670d7f5d35b0fbf" and "76b88ed75af56e79ee5587ad32e5d6c0d8484ddc" have entirely different histories.

5 changed files with 4 additions and 4 deletions

2
dist/index.html vendored
View File

@ -1 +1 @@
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>tft-mes</title><script defer="defer" src="/js/chunk-vendors.a42f8636.js"></script><script defer="defer" src="/js/app.0be6047f.js"></script><link href="/css/app.68cbc19b.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but tft-mes doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html> <!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>tft-mes</title><script defer="defer" src="/js/chunk-vendors.a42f8636.js"></script><script defer="defer" src="/js/app.f942c170.js"></script><link href="/css/app.68cbc19b.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but tft-mes doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -149,6 +149,7 @@ export default {
}) })
this.formConfig[1].defaultSelect = this.$route.params.categoryId || '' this.formConfig[1].defaultSelect = this.$route.params.categoryId || ''
this.listQuery.category = this.$route.params.categoryId || '' this.listQuery.category = this.$route.params.categoryId || ''
this.getList()
}, },
methods: { methods: {
getList() { getList() {
@ -170,7 +171,6 @@ export default {
} else { } else {
localStorage.setItem('reportCategory', '') localStorage.setItem('reportCategory', '')
} }
this.getList()
}) })
}, },
handleClick(val) { handleClick(val) {