|
@@ -22,8 +22,14 @@
|
|
|
<excel-upload uri="/patent/upload" />
|
|
<excel-upload uri="/patent/upload" />
|
|
|
</page-title>
|
|
</page-title>
|
|
|
<div class="filters-container">
|
|
<div class="filters-container">
|
|
|
- <setting-select name="所属领域" :flag="1" v-model="industry" @input="getData"></setting-select>
|
|
|
|
|
- <el-select v-model="lawStatus" placeholder="请选择法律状态" clearable class="filter-item" @change="getData">
|
|
|
|
|
|
|
+ <setting-select name="所属领域" :flag="1" v-model="industry" @input="getFiliter"></setting-select>
|
|
|
|
|
+ <el-select
|
|
|
|
|
+ v-model="lawStatus"
|
|
|
|
|
+ placeholder="请选择法律状态"
|
|
|
|
|
+ clearable
|
|
|
|
|
+ class="filter-item"
|
|
|
|
|
+ @change="getFiliter"
|
|
|
|
|
+ >
|
|
|
<el-option
|
|
<el-option
|
|
|
v-for="item in lawStatusOptions"
|
|
v-for="item in lawStatusOptions"
|
|
|
:key="item.value"
|
|
:key="item.value"
|
|
@@ -36,7 +42,7 @@
|
|
|
placeholder="请选择专利分类"
|
|
placeholder="请选择专利分类"
|
|
|
clearable
|
|
clearable
|
|
|
class="filter-item"
|
|
class="filter-item"
|
|
|
- @change="getData"
|
|
|
|
|
|
|
+ @change="getFiliter"
|
|
|
>
|
|
>
|
|
|
<el-option
|
|
<el-option
|
|
|
v-for="item in patentTypeOptions"
|
|
v-for="item in patentTypeOptions"
|
|
@@ -50,7 +56,7 @@
|
|
|
placeholder="请选择交易方式"
|
|
placeholder="请选择交易方式"
|
|
|
clearable
|
|
clearable
|
|
|
class="filter-item"
|
|
class="filter-item"
|
|
|
- @change="getData"
|
|
|
|
|
|
|
+ @change="getFiliter"
|
|
|
>
|
|
>
|
|
|
<el-option
|
|
<el-option
|
|
|
v-for="item in tradingMethodOptions"
|
|
v-for="item in tradingMethodOptions"
|
|
@@ -59,15 +65,15 @@
|
|
|
:label="item.label"
|
|
:label="item.label"
|
|
|
></el-option>
|
|
></el-option>
|
|
|
</el-select>
|
|
</el-select>
|
|
|
- <created-picker v-model="createdAt" @input="getData"></created-picker>
|
|
|
|
|
|
|
+ <created-picker v-model="createdAt" @input="getFiliter"></created-picker>
|
|
|
<el-input
|
|
<el-input
|
|
|
placeholder="搜索..."
|
|
placeholder="搜索..."
|
|
|
v-model="search"
|
|
v-model="search"
|
|
|
clearable
|
|
clearable
|
|
|
class="filter-item search"
|
|
class="filter-item search"
|
|
|
- @keyup.enter.native="getData"
|
|
|
|
|
|
|
+ @keyup.enter.native="getFiliter"
|
|
|
>
|
|
>
|
|
|
- <el-button @click="getData" slot="append" icon="el-icon-search"> </el-button>
|
|
|
|
|
|
|
+ <el-button @click="getFiliter" slot="append" icon="el-icon-search"> </el-button>
|
|
|
</el-input>
|
|
</el-input>
|
|
|
</div>
|
|
</div>
|
|
|
<el-table
|
|
<el-table
|