Commit 6a783d4a by LJM

js

parent fe0b8343
Showing with 2 additions and 0 deletions
...@@ -599,6 +599,7 @@ export default { ...@@ -599,6 +599,7 @@ export default {
} }
}, },
checkBind(ids) { checkBind(ids) {
if(ids){
this.$http('get', "/api/quote/checkpinlist", { this.$http('get', "/api/quote/checkpinlist", {
inquiry_items_id: this.$route.query.id, inquiry_items_id: this.$route.query.id,
pin_type: (this.active == 1 ? 1 : 2), pin_type: (this.active == 1 ? 1 : 2),
...@@ -632,6 +633,7 @@ export default { ...@@ -632,6 +633,7 @@ export default {
} }
}) })
}
}, },
getHistory() { getHistory() {
console.log('历史报价') console.log('历史报价')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment