Vue同步处理请求

/** 浏览页面按钮操作 */
async handleAdd() {
this.open = true;
this.title = "创建数据库表 ";
await this.getBuildTableList();
await this.getBuildComplete()
},

posted @ 2022-05-08 02:49  gaoze  阅读(339)  评论(0)    收藏  举报