优化强制更新功能
This commit is contained in:
@@ -101,7 +101,7 @@ export default {
|
||||
this.getDevCount()
|
||||
this.$nextTick(() => {
|
||||
if (params.type !== '') {
|
||||
this.current = params.type - 0
|
||||
this.current = (params.type - 0)||0
|
||||
}
|
||||
if (params.engineeringName != '') {
|
||||
this.$refs.cnFilterCriteria && this.$refs.cnFilterCriteria.external(params)
|
||||
|
||||
Reference in New Issue
Block a user