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