|
@@ -500,6 +500,7 @@ export default {
|
|
|
},
|
|
|
async getBoxListFnc() {
|
|
|
this.boxListLoading = true;
|
|
|
+ console.log('//////////getBoxListFnc().args is:',this.$route.query.keyword)
|
|
|
|
|
|
// 解析请求参数
|
|
|
const projId = this.$route.query.proj;
|
|
@@ -580,7 +581,7 @@ export default {
|
|
|
};
|
|
|
console.log(">>> ", JSON.stringify(query))
|
|
|
this.$router.replace({ query: query });
|
|
|
-
|
|
|
+ console.log('//////////filterBoxListFnc.args is:',this.$route.query.keyword)
|
|
|
this.pageIndex = 1;
|
|
|
setTimeout(() => {
|
|
|
this.getBoxListFnc();
|