@@ -344,7 +344,6 @@ export default {
},
// 提交
submitForm(formName) {
- console.log(this.form);
this.$refs[formName].validate(valid => {
if (valid) {
let params = JSON.parse(JSON.stringify(this.form));
@@ -170,6 +170,8 @@ export default {
const param = this.$route.params;
if (param.currentPage) {
this.inCurrentPage = param.currentPage;
+ }
+ if (param.filter) {
this.filter = param.filter;
}
this.getTypeList();