|
@@ -181,6 +181,13 @@ export default {
|
|
|
loading.close();
|
|
|
const {code,data,msg} = res.data;
|
|
|
if(code === '0') {
|
|
|
+ this.currentPage = 1;
|
|
|
+ this.pageSize = 10,
|
|
|
+ this.filter.disName = '',
|
|
|
+ this.filter.modifier = '', //操作人
|
|
|
+ this.filter.hasQuestion = ''
|
|
|
+
|
|
|
+ this.getDataList()
|
|
|
} else {
|
|
|
this.warning(msg)
|
|
|
}
|