|
@@ -58,8 +58,7 @@
|
|
|
<div
|
|
<div
|
|
|
class="assign"
|
|
class="assign"
|
|
|
v-if="
|
|
v-if="
|
|
|
- infoData &&
|
|
|
|
|
- ((infoData.isClose != 1 && infoData.isClose != 2) || this.infoData.allowFollowUp)
|
|
|
|
|
|
|
+ infoData && infoData.isClose != 1 && infoData.isClose != 2 && this.infoData.allowFollowUp
|
|
|
">
|
|
">
|
|
|
<!-- <div class="assign"> -->
|
|
<!-- <div class="assign"> -->
|
|
|
<div style="padding: 10px 16px 0 16px; color: red; font-size: 14px">
|
|
<div style="padding: 10px 16px 0 16px; color: red; font-size: 14px">
|
|
@@ -285,7 +284,8 @@ export default {
|
|
|
this.infoData = response.data;
|
|
this.infoData = response.data;
|
|
|
this.title = response.data.name;
|
|
this.title = response.data.name;
|
|
|
if (
|
|
if (
|
|
|
- (this.infoData.isClose != 1 && this.infoData.isClose != 2) ||
|
|
|
|
|
|
|
+ this.infoData.isClose != 1 &&
|
|
|
|
|
+ this.infoData.isClose != 2 &&
|
|
|
this.infoData.allowFollowUp
|
|
this.infoData.allowFollowUp
|
|
|
) {
|
|
) {
|
|
|
// response.data.customerClue.customerClueItemList[0].customerClueInfoId = this.id;
|
|
// response.data.customerClue.customerClueItemList[0].customerClueInfoId = this.id;
|