|
|
@@ -122,6 +122,7 @@ export default {
|
|
|
},
|
|
|
methods:{
|
|
|
onShow () {
|
|
|
+ this.queryTarget()
|
|
|
this.form = Object.assign({},this.form,this.data)
|
|
|
this.form.sa_salestargetbillid = this.$route.query.id
|
|
|
let date = new Date()
|
|
|
@@ -170,7 +171,6 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
mounted() {
|
|
|
- this.queryTarget()
|
|
|
}
|
|
|
}
|
|
|
|