|
@@ -644,8 +644,11 @@ export default {
|
|
return auth.hasPermi(value)
|
|
return auth.hasPermi(value)
|
|
},
|
|
},
|
|
/** 查询列表 */
|
|
/** 查询列表 */
|
|
- getList() {
|
|
|
|
|
|
+ getList(value) {
|
|
this.loading = true;
|
|
this.loading = true;
|
|
|
|
+ if(value && value.orderId) {
|
|
|
|
+ this.$set(this.queryParams,'id',value.orderId)
|
|
|
|
+ }
|
|
let params = {...this.addDateRange(this.queryParams, this.dateRange)};
|
|
let params = {...this.addDateRange(this.queryParams, this.dateRange)};
|
|
if(params.id && params.id.length>19) {
|
|
if(params.id && params.id.length>19) {
|
|
this.$message({
|
|
this.$message({
|