Commit 857c909a by liaoxing

btb修改

parent 5bc31b2c
...@@ -4,8 +4,8 @@ export function queryByPage(data) { ...@@ -4,8 +4,8 @@ export function queryByPage(data) {
return Api.post("/service/btb/queryByPage", data) return Api.post("/service/btb/queryByPage", data)
} }
export function queryByPage_Agent(data) { export function queryByPageAgent(data) {
return Api.post("/service/btb/queryByPage_Agent",data) return Api.post("/service/btb/queryByPageAgent",data)
} }
export function queryByPageByInr(data) { export function queryByPageByInr(data) {
......
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
> >
<span>取 消</span> <span>取 消</span>
</button> </button>
<c-button type="primary" @click="" v-if="operate === 'details'" <c-button type="primary" @click="created" v-if="operate === 'details'"
>确 定</c-button >确 定</c-button
> >
<c-button type="primary" @click="editBtb" v-if="operate === 'edit'" <c-button type="primary" @click="editBtb" v-if="operate === 'edit'"
......
...@@ -26,8 +26,7 @@ ...@@ -26,8 +26,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24" style="text-align: right; height: 36.8px">
<c-col :span="12" style="text-align: right">
<el-button size="small" @click="handleReset">重置</el-button> <el-button size="small" @click="handleReset">重置</el-button>
<el-button <el-button
type="primary" type="primary"
...@@ -37,7 +36,7 @@ ...@@ -37,7 +36,7 @@
>查询 >查询
</el-button> </el-button>
</c-col> </c-col>
</c-col>
<c-col :span="24"> <c-col :span="24">
<c-paging-table <c-paging-table
:data="btbData" :data="btbData"
...@@ -131,7 +130,7 @@ export default { ...@@ -131,7 +130,7 @@ export default {
}, },
onInfbtbSearch() { onInfbtbSearch() {
this.model.lnktyp="B"; this.model.lnktyp="B";
queryByPage_Agent(this.model).then(res => { queryByPage(this.model).then(res => {
/** /**
* pageNumber: 0 * pageNumber: 0
* pageSize: 0 * pageSize: 0
......
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