|
|
@@ -22,7 +22,7 @@
|
|
|
<script src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script>
|
|
|
<script src="https://open.work.weixin.qq.com/wwopen/js/jwxwork-1.0.0.js"></script>
|
|
|
<script src="../js/page-return.js"></script>
|
|
|
- <!-- <script src="js/vconsole.min.js"></script>
|
|
|
+ <!-- <script src="../js/vconsole.min.js"></script>
|
|
|
<script>
|
|
|
var vConsole = new window.VConsole();
|
|
|
</script> -->
|
|
|
@@ -507,12 +507,11 @@
|
|
|
}
|
|
|
this.memberId = this.getQueryParam('memberId')
|
|
|
this.formValidate = localStorage.getItem('massData') ? JSON.parse(localStorage.getItem('massData')) : {
|
|
|
- clients: [],
|
|
|
+ clients: JSON.parse(localStorage.getItem('clientData')) || [],
|
|
|
contentText: '',
|
|
|
ctOthers: [],
|
|
|
matters: [],
|
|
|
}
|
|
|
- this.formValidate.clients = JSON.parse(localStorage.getItem('clientData')) || [] // 外面勾选的客户数据
|
|
|
this.formValidate.matters = JSON.parse(localStorage.getItem('selectedMaters')) || []
|
|
|
if (this.formValidate.matters && this.formValidate.matters.length > 0) {
|
|
|
this.formValidate.matters.forEach(item => {
|