|
|
|
@ -959,7 +959,6 @@ export default {
|
|
|
|
|
|
|
|
|
|
handleDetail(row) {
|
|
|
|
|
this.editQuery = row;
|
|
|
|
|
console.log(row);
|
|
|
|
|
},
|
|
|
|
|
selectVersion() {
|
|
|
|
|
this.selectVersionVisible = true;
|
|
|
|
@ -1125,7 +1124,6 @@ export default {
|
|
|
|
|
this.relId = val.id;
|
|
|
|
|
this.isImportUdi = true;
|
|
|
|
|
this.thisData = val;
|
|
|
|
|
console.log("-----" + this.uuid + "-2222--" + this.relId);
|
|
|
|
|
this.selectLocalVisible = true;
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
@ -1137,7 +1135,6 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
handleSelectionChange(val) {
|
|
|
|
|
console.log("----" + val);
|
|
|
|
|
this.multipleSelection = val;
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
@ -1170,7 +1167,6 @@ export default {
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 10,
|
|
|
|
|
};
|
|
|
|
|
console.log("this.editQuery.isUseDy = " + this.editQuery.isUseDy);
|
|
|
|
|
|
|
|
|
|
this.getDetailList(ttquery);
|
|
|
|
|
this.getThirdSysDetail();
|
|
|
|
|