@@ -106,6 +106,8 @@
},
getData(data){
this.queryParam.Org = data
+ this.selectedRowKeys = []
+ this.selectedRows = []
getAction('/production/safetyStock/selectCategory',this.queryParam).then(res=>{
if(res.success){
this.dataSource = res.result.records
getAction('/production/safetyStock/selectOperators',this.queryParam).then(res=>{
getAction('/production/safetyStock/selectDepartment',this.queryParam).then(res=>{
@@ -128,6 +128,8 @@
this.loading = true
getAction('/production/safetyStock/selectItemMaster',this.queryParam).then(res=>{
@@ -92,6 +92,8 @@
}
getAction('/production/safetyStock/selectCategory',{Org:data}).then(res=>{
if(res){
this.dataSource = res
@@ -105,6 +105,8 @@
getData(){
getAction('/production/safetyStock/selectOrganization',this.queryParam).then(res=>{
@@ -112,6 +112,8 @@
getAction('/production/safetyStock/selectProject',this.queryParam).then(res=>{