|
@@ -129,7 +129,7 @@
|
|
|
</el-pagination>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div v-else class="noAnli">
|
|
|
+ <div v-else class="noAnli" v-loading="isLoading">
|
|
|
<img src="../../../assets/icon/isNoMessage.png" alt="" />
|
|
|
</div>
|
|
|
<el-dialog
|
|
@@ -437,7 +437,7 @@ export default {
|
|
|
anliScoreList: [],
|
|
|
dialogVisibleAllScore: false,
|
|
|
allScoreSum: 0,
|
|
|
- reCid: [],
|
|
|
+ reCid: "",
|
|
|
};
|
|
|
},
|
|
|
methods: {
|
|
@@ -569,7 +569,7 @@ export default {
|
|
|
typed: typed != undefined ? typed : "",
|
|
|
typeE: typeE.join(","),
|
|
|
cn: this.anliBox == "" ? 0 : this.anliBox,
|
|
|
- cid: rc ? rc : "",
|
|
|
+ cid: rc && rc != "" ? rc : "",
|
|
|
title: this.anliName,
|
|
|
page: this.page,
|
|
|
};
|