上传
This commit is contained in:
@@ -69,6 +69,7 @@
|
||||
text
|
||||
style="padding: 0"
|
||||
@click="handleFollow(row)"
|
||||
v-if="queryType != 4"
|
||||
v-hasPermi="['clue:pool:update']"
|
||||
>
|
||||
快速新增
|
||||
@@ -109,7 +110,7 @@
|
||||
<el-button
|
||||
type="primary"
|
||||
link
|
||||
:disabled="scope.row.state == '已成交'"
|
||||
:disabled="scope.row.state == '成交'"
|
||||
@click="handleSuccess(scope.row)"
|
||||
v-hasPermi="['clue:pool:enroll']"
|
||||
>
|
||||
@@ -268,7 +269,7 @@ function handleDetail(row) {
|
||||
}
|
||||
|
||||
function handleFollow(row) {
|
||||
followRef.value.open(row.clueId)
|
||||
followRef.value.open(row.clueId, row.intentionState)
|
||||
}
|
||||
|
||||
async function makeCall(phone) {
|
||||
|
||||
Reference in New Issue
Block a user