修改UAT提出的优化点
This commit is contained in:
@@ -313,6 +313,9 @@
|
|||||||
if (this.$route.query.id) {
|
if (this.$route.query.id) {
|
||||||
this.form.id = this.$route.query.id
|
this.form.id = this.$route.query.id
|
||||||
}
|
}
|
||||||
|
if (this.$route.query.keyWord) {
|
||||||
|
this.phoneQueryValue = this.$route.query.keyWord
|
||||||
|
}
|
||||||
this.form = { ...this.form }
|
this.form = { ...this.form }
|
||||||
// this.isNew('2023-06-01')
|
// this.isNew('2023-06-01')
|
||||||
// this.toDoProcessPageNo = 1
|
// this.toDoProcessPageNo = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user