Commit 857c909a by liaoxing

btb修改

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