|
|
|
@ -192,7 +192,7 @@
|
|
|
|
|
v-if="editDialogVisible"
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
<el-table :data="sysList" style="width: 100%" key="2" border>
|
|
|
|
|
<el-table :data="sysList" style="width: 100%" key="2" border highlight-current-row>
|
|
|
|
|
<el-table-column label="序号" type="index"></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="系统名称"
|
|
|
|
@ -843,7 +843,9 @@ export default {
|
|
|
|
|
isUseDy: false,
|
|
|
|
|
isLock: null,
|
|
|
|
|
isAdavence: null,
|
|
|
|
|
pId: null,
|
|
|
|
|
},
|
|
|
|
|
pId: 0,
|
|
|
|
|
defaultSys: null,
|
|
|
|
|
isImport: false,
|
|
|
|
|
isImportUdi: false,
|
|
|
|
@ -1097,6 +1099,7 @@ export default {
|
|
|
|
|
this.thisData = row;
|
|
|
|
|
this.editDialogVisible = true;
|
|
|
|
|
this.editQuery = row;
|
|
|
|
|
this.pId = row.id;
|
|
|
|
|
this.relevanceEdit = {
|
|
|
|
|
id: row.rlId,
|
|
|
|
|
// thirdId: row.thirdId,
|
|
|
|
@ -1218,6 +1221,7 @@ export default {
|
|
|
|
|
this.relevanceEdit.isDisable = this.editQuery.isDisable;
|
|
|
|
|
this.relevanceEdit.isLock = this.editQuery.isLock;
|
|
|
|
|
this.relevanceEdit.isAdavence = this.editQuery.isAdavence;
|
|
|
|
|
this.relevanceEdit.pid = this.pId;
|
|
|
|
|
updatetUdiInfos(this.relevanceEdit)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|