Commit 696da117 by 史敦盼

bug修复

1 parent a4fc00eb
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 8px; width: 8px;
height: 8px;
} }
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {
background-color: #fff; background-color: #fff;
......
...@@ -48,19 +48,14 @@ export default { ...@@ -48,19 +48,14 @@ export default {
default: false, default: false,
}, },
}, },
watch: { watch: {},
// prjCodeDetail(v){
// this.query.queryParam.prjCode = v
// this.search()
// },
},
data() { data() {
return { return {
query: { query: {
url: collectDataConfiguration, url: collectDataConfiguration,
method: 'post', method: 'post',
queryParam: { queryParam: {
prjCode: '', supervId: '',
}, },
}, },
selectId: '', selectId: '',
...@@ -98,10 +93,10 @@ export default { ...@@ -98,10 +93,10 @@ export default {
methods: { methods: {
handleClose() { handleClose() {
this.showDialog = false this.showDialog = false
this.query.queryParam.prjCode = '' this.query.queryParam.supervId = ''
}, },
handleOpen() { handleOpen() {
this.query.queryParam.prjCode = this.prjCodeDetail this.query.queryParam.supervId = this.prjCodeDetail
this.search() this.search()
}, },
async search() { async search() {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!