chenqf 3 years ago
commit 3a8c6c3733

@ -235,11 +235,13 @@ export default {
this.formVisible = true; this.formVisible = true;
}, },
handleCurrentChange(val) { handleCurrentChange(val) {
this.query.page = val; this.query.page = val;
this.getList(); this.getList();
}, },
deleteDialog(row) { deleteDialog(row) {
this.$confirm("确认删除该自助平台信息?", "提示", { this.$confirm("确认删除该自助平台信息?", "提示", {
confirmButtonText: "确定", confirmButtonText: "确定",

Loading…
Cancel
Save