Source/UBCS-WEB/src/views/docking/info.vue
@@ -365,7 +365,6 @@ this.$refs.infoForm.formData = this.editAttribute; this.$refs.infoForm.showSubmitDialog = true; //header对象 console.log(row) HeaderRequest(1, -1, {'conditionMap[infoOid]': row.oid}).then(res => { this.$refs.infoForm.formData.sysIntHeaderVOs = res.data.data.records; }) @@ -374,8 +373,6 @@ this.$refs.infoForm.formData.sysIntParamVOs = res.data.data.records; }) }, deleteSave(row, index) { this.$confirm("删除数据将无法被恢复, 是否继续?", "提示", { iconClass: 'el-icon-question',