Commit 48853e30 authored by xuke's avatar xuke

报警参数-修改

parent db907570
...@@ -204,7 +204,7 @@ ...@@ -204,7 +204,7 @@
<el-button disabled type="primary" @click="onDel">删除</el-button> <el-button disabled type="primary" @click="onDel">删除</el-button>
</div> </div>
<div v-else> <div v-else>
<el-button type="primary" @click="onEdit">修改</el-button> <el-button type="primary" @click="onAdd">修改</el-button>
<el-button type="primary" @click="onDel">删除</el-button> <el-button type="primary" @click="onDel">删除</el-button>
</div> </div>
</div> </div>
...@@ -652,6 +652,7 @@ const selectAfterParams = (row) => { ...@@ -652,6 +652,7 @@ const selectAfterParams = (row) => {
// 总管 // 总管
const onAdd = () => { const onAdd = () => {
console.log("!!!!!!!", addParams.value); console.log("!!!!!!!", addParams.value);
addParams.value.updateNullFields = ""
if (newType.value === 1) { if (newType.value === 1) {
addParams.value.pipeId = dept.value addParams.value.pipeId = dept.value
addParams.value.pipeParaBaseId = newRow.value addParams.value.pipeParaBaseId = newRow.value
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment