Commit 48ddb9af by WH

dbizmq修改

parent 74d98822
...@@ -145,7 +145,6 @@ export default { ...@@ -145,7 +145,6 @@ export default {
}) })
.then(() => { .then(() => {
if(this.tabPosition===`tab-zmqxrt`){ if(this.tabPosition===`tab-zmqxrt`){
debugger
deleteById(this.model.inr) deleteById(this.model.inr)
.then((res) => { .then((res) => {
debugger debugger
......
...@@ -76,7 +76,8 @@ ...@@ -76,7 +76,8 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="12" style="text-align: left"> <c-col :span="12" style="text-align: left">
<el-button type="primary" size="small" @click="zmqxrtAdd" :disabled="model.cur===''" >新增</el-button> <!-- <el-button type="primary" size="small" @click="zmqxrtAdd" :disabled="model.cur===''" >新增</el-button>-->
<el-button type="primary" size="small" @click="zmqxrtAdd" >新增</el-button>
</c-col> </c-col>
<c-col :span="12" style="text-align: right"> <c-col :span="12" style="text-align: right">
<el-button size="small" @click="handleReset">重置</el-button> <el-button size="small" @click="handleReset">重置</el-button>
......
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