telephone-clients 3.0.104-105 → 3.0.104-106
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
</header>
|
|
399
399
|
<article slot="modal-body" class="modal-body">
|
|
400
400
|
<visit-info v-if="showVisit" :row="visitrow" :phone="wavflie"
|
|
401
|
-
@show-obj="watchShow"></visit-info>
|
|
401
|
+
@show-obj="watchShow" v-on:visitback="visitback"></visit-info>
|
|
402
402
|
</article>
|
|
403
403
|
<footer slot="modal-footer" class="modal-footer">
|
|
404
404
|
</footer>
|
|
@@ -529,6 +529,12 @@ export default {
|
|
|
529
529
|
}
|
|
530
530
|
},
|
|
531
531
|
methods: {
|
|
532
|
+
visitback(val){
|
|
533
|
+
this.showVisit = false
|
|
534
|
+
if(val == 'commit'){
|
|
535
|
+
this.$refs.paged.$refs.criteria.search()
|
|
536
|
+
}
|
|
537
|
+
},
|
|
532
538
|
ok(row){
|
|
533
539
|
let data = {}
|
|
534
540
|
row.f_is_examine = '已审核'
|