Commit 692d181d authored by 王启林's avatar 王启林

parent 713ad92f
......@@ -344,6 +344,7 @@ export default {
let newData = { page: 1 };
Object.keys(data).forEach((item) => {
let val = data[item];
console.log(item,this.search)
this.search.forEach((obj) => {
if (
obj.name === item &&
......
<template>
<div class="page">
<div style="margin:10px 0">
<div >
<tab-pane
:thirdList="thirdList"
:activeName="activeName"
......
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