|
@@ -342,7 +342,10 @@ export default {
|
|
|
this.$router.replace({query: query});
|
|
|
|
|
|
// this.pageIndex = 1
|
|
|
- this.getProjectListFnc()
|
|
|
+ // this.getProjectListFnc()
|
|
|
+ setTimeout(() => {
|
|
|
+ this.getProjectListFnc();
|
|
|
+ }, 1000);
|
|
|
},
|
|
|
//获取项目列表
|
|
|
async getProjectListFnc() {
|