@@ -507,6 +507,8 @@ export default {
this.searchType = this.taskTypeList[i].type
}
+ this.currentPage=1,
+ this.getList()
},
handleExamine(row) {
this.$router.push({
@@ -1008,6 +1008,8 @@ export default {
var that = this
this.$message.success('添加成功')
setTimeout(function() {
+ that.dataList={taskTypeKey:1}
+ that.dataList1={}
that.$router.push({ path: 'tranManagementWarehouseInOuttask' })
}, 2000)
})