Commit 8618b8e8 authored by jiaxu.yan's avatar jiaxu.yan

feat: 修改参数传递/接口错误

parent 91831caa
...@@ -205,7 +205,7 @@ ...@@ -205,7 +205,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>
...@@ -653,6 +653,7 @@ const selectAfterParams = (row) => { ...@@ -653,6 +653,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