|
|
@ -470,10 +470,10 @@ |
|
|
if (data && data.code === 0) { |
|
|
if (data && data.code === 0) { |
|
|
this.dataForm = data.rows |
|
|
this.dataForm = data.rows |
|
|
} else { |
|
|
} else { |
|
|
this.dataForm.site = this.searchData.site |
|
|
|
|
|
this.dataForm.codeNo = this.searchData.codeNo |
|
|
|
|
|
this.dataForm.toolList = [] |
|
|
this.dataForm.toolList = [] |
|
|
} |
|
|
} |
|
|
|
|
|
this.dataForm.site = this.searchData.site |
|
|
|
|
|
this.dataForm.codeNo = this.searchData.codeNo |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
|