对接问题知识库的回复
This commit is contained in:
@@ -180,6 +180,7 @@ export default {
|
||||
},
|
||||
mounted() {
|
||||
this.getSeach()
|
||||
this.queryParam = {...this.queryParam}
|
||||
},
|
||||
methods: {
|
||||
searchQuery() {
|
||||
@@ -199,6 +200,7 @@ export default {
|
||||
this.searchList.forEach((item, index) => {
|
||||
if(item.db_field_name === 'serialNumber') {
|
||||
this.queryParam[item.db_field_name] = this.searchalonesplit
|
||||
this.queryParam = {...this.queryParam}
|
||||
}
|
||||
})
|
||||
}
|
||||
@@ -209,6 +211,7 @@ export default {
|
||||
// },
|
||||
dateChange(item) {
|
||||
this.queryParam[item] = moment(this.queryParam[item]).format('YYYY-MM-DD')
|
||||
|
||||
},
|
||||
onChange(item) {
|
||||
if (this.queryParam[item] && this.queryParam[item].length > 0) {
|
||||
|
||||
+4
-1
@@ -425,7 +425,6 @@
|
||||
.doc-detail {
|
||||
background: #fff;
|
||||
height: 100%;
|
||||
|
||||
.doc-detail-wrap {
|
||||
.doc-detail-header {
|
||||
width: 100%;
|
||||
@@ -664,6 +663,10 @@
|
||||
width: 75%;
|
||||
margin: 0 auto;
|
||||
background: #fff;
|
||||
/*position: absolute;*/
|
||||
min-height: 100vh;
|
||||
/*left: 50%;*/
|
||||
/*transform: translateX(-50%);*/
|
||||
}
|
||||
|
||||
.division {
|
||||
|
||||
Reference in New Issue
Block a user