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