|
@@ -225,6 +225,7 @@ export default {
|
|
}).then(res => {
|
|
}).then(res => {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
this.resetSearchForm(true)
|
|
this.resetSearchForm(true)
|
|
|
|
+ this.$refs.partQuery.resetCurForm()
|
|
}
|
|
}
|
|
this.$message.info(res.message)
|
|
this.$message.info(res.message)
|
|
})
|
|
})
|