|
|
@ -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;
|
|
|
|