Commit 696da117 by 史敦盼

bug修复

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