|
|
@@ -101,7 +101,7 @@ export default {
|
|
|
components:{buillDetail,add},
|
|
|
methods:{
|
|
|
detailGo(row){
|
|
|
- console.log(row)
|
|
|
+
|
|
|
let route = this.$route
|
|
|
if (route.path !== '/quotedPriceDetail') {
|
|
|
this.oldRoute = {path:route.path,query:route.query}
|
|
|
@@ -151,7 +151,7 @@ export default {
|
|
|
this.productList = res.data
|
|
|
},
|
|
|
async listData(){
|
|
|
- console.log(this.data,'项目商机')
|
|
|
+
|
|
|
this.params.content.sa_projectid = this.data.sa_projectid
|
|
|
const res = await this.$api.requested(this.params)
|
|
|
this.list = res.data
|
|
|
@@ -159,7 +159,7 @@ export default {
|
|
|
/*this.list[index].begdate = new Date(e.begdate).getFullYear() +*/
|
|
|
})
|
|
|
this.total = res.total
|
|
|
- console.log(this.list,"报价单")
|
|
|
+
|
|
|
},
|
|
|
handleSizeChange(val) {
|
|
|
// console.log(`每页 ${val} 条`);
|
|
|
@@ -172,7 +172,7 @@ export default {
|
|
|
this.listData()
|
|
|
},
|
|
|
clearData(){
|
|
|
- console.log("执行")
|
|
|
+
|
|
|
this.search = ""
|
|
|
this.params.content.where.condition = this.search
|
|
|
this.listData()
|