jufubao-admin-library 1.1.179 → 1.1.181
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -190,6 +190,9 @@ export default {
|
|
|
190
190
|
supplier_name(){
|
|
191
191
|
return this.$route.query.supplier_name;
|
|
192
192
|
},
|
|
193
|
+
trade_type(){
|
|
194
|
+
return this.$route.query.trade_type;
|
|
195
|
+
},
|
|
193
196
|
},
|
|
194
197
|
created() {
|
|
195
198
|
this.initSearchForm();
|
|
@@ -268,6 +271,7 @@ export default {
|
|
|
268
271
|
const other = this.getParams();
|
|
269
272
|
let params = {
|
|
270
273
|
...other,
|
|
274
|
+
trade_type: this.trade_type,
|
|
271
275
|
page_token: this.page_token,
|
|
272
276
|
page_size: this.page_size
|
|
273
277
|
};
|