|
@@ -72,6 +72,7 @@ export default {
|
|
|
fields1:[],
|
|
fields1:[],
|
|
|
fields2:[],
|
|
fields2:[],
|
|
|
fields3:[],
|
|
fields3:[],
|
|
|
|
|
+ siteid:JSON.parse(sessionStorage.getItem('active_account')).siteid
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
methods:{
|
|
methods:{
|
|
@@ -94,8 +95,12 @@ export default {
|
|
|
this.list = res.data
|
|
this.list = res.data
|
|
|
this.total = res.total
|
|
this.total = res.total
|
|
|
this.currentPage = res.pageNumber
|
|
this.currentPage = res.pageNumber
|
|
|
- this.dialogTableVisible = true
|
|
|
|
|
this.$emit('isDuplicate','重复')
|
|
this.$emit('isDuplicate','重复')
|
|
|
|
|
+ if (this.siteid == 'HY'){
|
|
|
|
|
+ this.onCheck()
|
|
|
|
|
+ }else {
|
|
|
|
|
+ this.dialogTableVisible = true
|
|
|
|
|
+ }
|
|
|
}else {
|
|
}else {
|
|
|
if (this.creatShow){
|
|
if (this.creatShow){
|
|
|
this.onSubmit()
|
|
this.onSubmit()
|