归档位置我的收藏

This commit is contained in:
shenyanpei
2022-01-26 10:55:15 +08:00
parent 433c084d2c
commit dea008076e
2 changed files with 4 additions and 2 deletions
@@ -2274,7 +2274,8 @@ export default {
getListTree(bringData) {
this.$http.get('sarResource/ts-resource/getListStand', {
sorDivide: bringData.standInData === '0' ? 'INLAND_STAND' : 'FOREIGN_STAND',
userId: this.$store.getters.userInfo.userId
userId: this.$store.getters.userInfo.userId,
isFlow: 'flow'
}, {}, res => {
if (res.ok) {
this.treeListOptions = res.data
@@ -2597,7 +2597,8 @@ export default {
getListTree(bringData) {
this.$http.get('sarResource/ts-resource/getListStand', {
sorDivide: bringData.standInData === '0' ? 'INLAND_STAND' : 'FOREIGN_STAND',
userId: this.$store.getters.userInfo.userId
userId: this.$store.getters.userInfo.userId,
isFlow: 'flow'
}, {}, res => {
if (res.ok) {
this.treeListOptions = res.data