标准类别修改传参

This commit is contained in:
zyn
2023-04-25 17:12:55 +08:00
parent 6a07ca8355
commit 42c074c210
3 changed files with 31 additions and 7 deletions
@@ -2726,7 +2726,8 @@ export default {
getReplaceLawsNumRow () {
this.replaceLawsNumForm.userId = this.$store.getters.userInfo.userId
let currentTreeItem = getTreeItem(this.selectTreeList, this.replaceLawsNumForm.menuId)
this.replaceLawsNumForm.treeType = currentTreeItem.treeType
if(currentTreeItem && currentTreeItem.treeType)
this.replaceLawsNumForm.treeType = currentTreeItem.treeType
if(this.replaceLawsNumForm.issueTimeArr && this.replaceLawsNumForm.issueTimeArr.length > 0){
this.replaceLawsNumForm.issueTimeStart = this.replaceLawsNumForm.issueTimeArr[0] || null
@@ -2763,7 +2764,8 @@ export default {
getReplaceLawsNumRowFirst () {
this.replaceLawsNumForm.userId = this.$store.getters.userInfo.userId
let currentTreeItem = getTreeItem(this.selectTreeList, this.replaceLawsNumForm.menuId)
this.replaceLawsNumForm.treeType = currentTreeItem.treeType
if(currentTreeItem && currentTreeItem.treeType)
this.replaceLawsNumForm.treeType = currentTreeItem.treeType
this.replaceLawsNumForm.page = 1
this.replacePage = 1