Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
<el-button type="primary" :disabled="!ids.toString()" @click="batchAllot">功能分配</el-button>
|
<el-button type="primary" :disabled="!ids.toString()" @click="batchAllot">功能分配</el-button>
|
||||||
</template>
|
</template>
|
||||||
<template #right>
|
<template #right>
|
||||||
<el-input size="small" placeholder="搜索姓名、手机号" v-model="search.name" clearable
|
<el-input size="small" placeholder="搜索姓名、手机号" v-model="search.condition" clearable
|
||||||
@change="page.current=1,getTableData()"/>
|
@change="page.current=1,getTableData()"/>
|
||||||
</template>
|
</template>
|
||||||
</ai-search-bar>
|
</ai-search-bar>
|
||||||
@@ -137,7 +137,7 @@ export default {
|
|||||||
dialogForm: {},
|
dialogForm: {},
|
||||||
optionsParty: [],
|
optionsParty: [],
|
||||||
tableData: [],
|
tableData: [],
|
||||||
search: {name: ""},
|
search: {condition: ""},
|
||||||
ids: [],
|
ids: [],
|
||||||
lock: false,
|
lock: false,
|
||||||
accountDialog: false,
|
accountDialog: false,
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ export default {
|
|||||||
},
|
},
|
||||||
handleCancel() {
|
handleCancel() {
|
||||||
this.$confirm("是否要取消本次融资需求发布?").then(() => {
|
this.$confirm("是否要取消本次融资需求发布?").then(() => {
|
||||||
this.instance.post("/appfinancingdemand/userCancel", null, {
|
this.instance.post("/appfinancingdemand/cancelObtain", null, {
|
||||||
params: {id: this.detail.id}
|
params: {id: this.detail.id}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user