修改bug

prod
wangwei 2 years ago
parent 03bcef8593
commit e688137daf

@ -187,6 +187,7 @@ export default {
}; };
this.spaceList = []; this.spaceList = [];
this.getList(); this.getList();
this.getInvList();
}, },
onSubmit() { onSubmit() {
this.filterQuery.page = 1; this.filterQuery.page = 1;

@ -170,6 +170,7 @@ export default {
}; };
this.spaceList = []; this.spaceList = [];
this.getList(); this.getList();
this.getInvList();
}, },
onSubmit() { onSubmit() {
this.filterQuery.page = 1; this.filterQuery.page = 1;

@ -368,7 +368,7 @@ export default {
this.currentRow = {}; this.currentRow = {};
this.selectedIndex = ""; this.selectedIndex = "";
if (this.orderEditor) { if (!this.orderEditor) {
this.detailLoading = true; this.detailLoading = true;
if (this.$isNotBlank(row.id)) { if (this.$isNotBlank(row.id)) {
let delIds = []; let delIds = [];
@ -451,7 +451,6 @@ export default {
}; };
}, },
created() { created() {
if (this.$isNotBlank(this.idQuery.id)) { if (this.$isNotBlank(this.idQuery.id)) {
this.query.limit = 100; this.query.limit = 100;
this.pId=this.idQuery.id; this.pId=this.idQuery.id;

Loading…
Cancel
Save