@@ -342,7 +342,10 @@ export default {
this.$router.replace({query: query});
// this.pageIndex = 1
- this.getProjectListFnc()
+ // this.getProjectListFnc()
+ setTimeout(() => {
+ this.getProjectListFnc();
+ }, 1000);
},
//获取项目列表
async getProjectListFnc() {
@@ -585,7 +585,7 @@ export default {
this.pageIndex = 1;
setTimeout(() => {
this.getBoxListFnc();
- }, 100);
delBoxFnc(scope) {
this.$confirm("确定删除该盒子吗?", "警告", {