@@ -779,15 +779,14 @@ export default {
/** 删除按钮操作 */
handleDelete(row) {
const ids = row.id;
- console.log(ids);
+ // console.log(ids);
this.$modal
.confirm("是否确认删除?")
.then(function () {
- this.ListDirectoryinfo();
- this.getList();
return delDirectoryinfo(ids);
})
.then(() => {
+ this.getList();
this.ListDirectoryinfo();
this.loading=false
this.loading1=false