|
|
@ -71,7 +71,7 @@
|
|
|
|
<el-form-item>
|
|
|
|
<el-form-item>
|
|
|
|
<el-button-group>
|
|
|
|
<el-button-group>
|
|
|
|
<el-button type="primary" icon="el-icon-refresh" @click="onReset"></el-button>
|
|
|
|
<el-button type="primary" icon="el-icon-refresh" @click="onReset"></el-button>
|
|
|
|
<el-button type="primary" icon="search" @click="getList">查询</el-button>
|
|
|
|
<el-button type="primary" icon="search" @click="search">查询</el-button>
|
|
|
|
|
|
|
|
|
|
|
|
<el-button type="primary" icon="search" @click="lockProducts('3')" v-if="isSpCombine"
|
|
|
|
<el-button type="primary" icon="search" @click="lockProducts('3')" v-if="isSpCombine"
|
|
|
|
>锁定
|
|
|
|
>锁定
|
|
|
@ -866,6 +866,10 @@ export default {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
search() {
|
|
|
|
|
|
|
|
this.filterQuery.page = 1;
|
|
|
|
|
|
|
|
this.getList();
|
|
|
|
|
|
|
|
},
|
|
|
|
getList() {
|
|
|
|
getList() {
|
|
|
|
this.loading = true;
|
|
|
|
this.loading = true;
|
|
|
|
filterCompanyProductRelevance(this.filterQuery)
|
|
|
|
filterCompanyProductRelevance(this.filterQuery)
|
|
|
|